PropertyGeneratedEventArgs.AdditionalGetStatements プロパティ

定義

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

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

プロパティ値

プロパティに追加する get ステートメントを格納するコレクション。

注釈

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

適用対象

こちらもご覧ください