PropertyGeneratedEventArgs.AdditionalAttributes プロパティ

定義

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

public:
 property System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ AdditionalAttributes { System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration> AdditionalAttributes { get; }
member this.AdditionalAttributes : System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration>
Public ReadOnly Property AdditionalAttributes As List(Of CodeAttributeDeclaration)

プロパティ値

追加の属性。

適用対象