ITypeProvider.GetTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並傳回陣列,其中包含這個執行個體會知道的每個 Type。
public:
cli::array <Type ^> ^ GetTypes();
public Type[] GetTypes ();
abstract member GetTypes : unit -> Type[]
Public Function GetTypes () As Type()
傳回
-
Type[]
陣列,其中包含這個執行個體知道的每個 Type。
適用於