CodeMemberProperty.SetStatements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得該物業的帳單集合 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 代表傳入集合方法的物件參考。