IPropertySymbol.IsWithEvents 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果此屬性是自動建立的 WithEvents 屬性,當欄位標示為 WithEvents 時,會傳回 true。
public:
property bool IsWithEvents { bool get(); };
public bool IsWithEvents { get; }
member this.IsWithEvents : bool
Public ReadOnly Property IsWithEvents As Boolean