PropertyGeneratedEventArgs.AdditionalGetStatements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 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 事件引发之后插入这些语句。