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 イベントが発生した後に追加されます。