PropertyGeneratedEventArgs.AdditionalSetStatements プロパティ

定義

プロパティに追加する set ステートメントを格納する List(CodeStatement) を取得します。

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 ステートメントを格納するコレクション。

注釈

List(CodeStatement)は、 プロパティの set アクセサーに追加するステートメントを指定するために使用されます。 OnPropertyGenerated イベントの発生後にステートメントが挿入されます。

適用対象

こちらもご覧ください