CodeMemberProperty.GetStatements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该属性的 get
语句的集合。
public:
property System::CodeDom::CodeStatementCollection ^ GetStatements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection GetStatements { get; }
member this.GetStatements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property GetStatements As CodeStatementCollection
属性值
CodeStatementCollection,包含该成员属性的 get
语句。
注解
其中 CodeStatementCollection 一个语句应返回成员属性的值。 CodeMethodReturnStatement使用 返回 属性的数据类型的值。