ParameterCollection.GetKnownTypes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會得到一個集合可以包含的 Parameter 類型 ParameterCollection 陣列。
protected:
override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()
傳回
Type[]
一個有序的物件陣列 Type ,用以識別集合中可包含的物件類型 Parameter 。