TypeGeneratedEventArgs.AdditionalInterfaces 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 List(Type) 包含將加入該型別的介面的 a。
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 加入。