PropertyGeneratedEventArgs.AdditionalSetStatements プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティに追加する 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 イベントの発生後にステートメントが挿入されます。