IPropertySymbol.IsWithEvents 属性

定义

如果此属性是自动创建的 WithEvents 属性,则返回 true,当字段标记为 WithEvents 时,该属性将发生字段成员。

public:
 property bool IsWithEvents { bool get(); };
public bool IsWithEvents { get; }
member this.IsWithEvents : bool
Public ReadOnly Property IsWithEvents As Boolean

属性值

适用于