IInternalConfigHost.SupportsChangeNotifications 属性

定义

返回一个值,它指示宿主配置是否支持更改通知。

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

属性值

如果配置支持更改通知,则为 true;否则为 false

适用于