CodeMemberProperty.SetStatements 屬性

定義

取得該物業的帳單集合 set

public:
 property System::CodeDom::CodeStatementCollection ^ SetStatements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection SetStatements { get; }
member this.SetStatements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property SetStatements As CodeStatementCollection

屬性值

CodeStatementCollection A 包含set成員屬性的陳述。

備註

這個集合中的一個語句通常會設定該屬性的值。 通常,Set 方法存取器中的陳述式會檢查是否要設定或轉換該屬性的指定值。 A CodePropertySetValueReferenceExpression 代表傳入集合方法的物件參考。

適用於

另請參閱