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 A 包含get成員屬性的陳述。

備註

其中 CodeStatementCollection 一個陳述句應該會回傳成員屬性的值。 使用 a CodeMethodReturnStatement 來回傳該屬性資料型態的值。

適用於

另請參閱