CodeMemberProperty.GetStatements Özellik

Tanım

özelliği için deyim koleksiyonunu get alır.

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

Özellik Değeri

CodeStatementCollection üye özelliğinin get deyimlerini içeren.

Açıklamalar

Bu CodeStatementCollection deyimlerden biri üye özelliğinin değerini döndürmelidir. özelliğinin veri türünün değerini döndürmek için kullanın CodeMethodReturnStatement .

Şunlara uygulanır

Ayrıca bkz.