PropertyGeneratedEventArgs.AdditionalGetStatements 属性

定义

获取一个 List(CodeStatement),其中包含将添加到该属性的 get 语句。

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 事件引发之后插入这些语句。

适用于

另请参阅