TypeGeneratedEventArgs.AdditionalInterfaces 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 List(Type)
,其中包含要加入至型別的介面。
public:
property System::Collections::Generic::List<Type ^> ^ AdditionalInterfaces { System::Collections::Generic::List<Type ^> ^ get(); };
public System.Collections.Generic.List<Type> AdditionalInterfaces { get; }
member this.AdditionalInterfaces : System.Collections.Generic.List<Type>
Public ReadOnly Property AdditionalInterfaces As List(Of Type)
屬性值
包含要加入到此型別之介面的集合。 如果沒有介面要加入,集合將會是空的。
備註
成員會在 OnTypeGenerated 事件引發之後加入。