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

適用対象

こちらもご覧ください