TypeGeneratedEventArgs.AdditionalInterfaces プロパティ

定義

型に追加されるインターフェイスを含む 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 イベントが発生した後に追加されます。

適用対象

こちらもご覧ください