CodeMemberProperty.GetStatements 属性

定义

获取该属性的 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使用 返回 属性的数据类型的值。

适用于

另请参阅