TypeGeneratedEventArgs.AdditionalInterfaces プロパティ

定義

このクラスは、一般的な使用を想定していません。データ サービスと通信するための厳密に型指定されたクライアント側オブジェクトを生成するために使用されます。

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)

プロパティ値

追加のインターフェイス。

適用対象