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 イベントが発生した後に挿入されます。

適用対象

こちらもご覧ください