DirectoryAttribute.GetValues(Type) Metodo

Definizione

Il metodo GetValues(Type) 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.

Restituisce

Object[]

Matrice di oggetti Object che contiene i valori.

Eccezioni

Un valore non può essere convertito in valuesType.

valuesType deve essere stringa o byte.

Si applica a