PropertyGeneratedEventArgs.AdditionalSetStatements プロパティ

定義

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

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

プロパティ値

追加の Set ステートメント。

適用対象