共用方式為


ITypeProvider.GetTypes 方法

定義

建立並傳回陣列,其中包含這個執行個體會知道的每個 Type

public:
 cli::array <Type ^> ^ GetTypes();
public Type[] GetTypes ();
abstract member GetTypes : unit -> Type[]
Public Function GetTypes () As Type()

傳回

Type[]

陣列,其中包含這個執行個體知道的每個 Type

適用於