Condividi tramite


ParameterCollection.GetKnownTypes Metodo

Definizione

Ottiene una matrice di tipi Parameter che l'insieme ParameterCollection può contenere.

protected:
 override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes ();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()

Restituisce

Type[]

Matrice ordinata degli oggetti Type che identificano i tipi degli oggetti Parameter che l'insieme può contenere.

Si applica a

Vedi anche