DirectoryAttribute.GetValues(Type) Metodo

Definizione

Il GetValues(Type) metodo restituisce tutti i valori del tipo specificato.

public:
 cli::array <System::Object ^> ^ GetValues(Type ^ valuesType);
public object[] GetValues(Type valuesType);
member this.GetValues : Type -> obj[]
Public Function GetValues (valuesType As Type) As Object()

Parametri

valuesType
Type

Oggetto Type che specifica il tipo di valori da restituire.

Valori restituiti

Object[]

Matrice di Object oggetti che contengono i valori.

Eccezioni

Non è possibile convertire un valore in valuesType.

valuesType deve essere stringa o byte.

Si applica a