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,包含成員屬性 set
陳述式。
備註
這個集合中的其中一個 語句通常會設定 屬性的值。 通常,set 方法存取子內的 語句會執行檢查,以判斷是否要設定或轉譯屬性的指定值。 表示 CodePropertySetValueReferenceExpression 傳遞至 set 方法之 對象的參考。