IInternalConfigHost.SupportsChangeNotifications Propriedade
Definição
Retorna um valor que indica se a configuração do host dá suporte à notificação de alteração.Returns a value indicating whether the host configuration supports change notification.
public:
property bool SupportsChangeNotifications { bool get(); };
public bool SupportsChangeNotifications { get; }
member this.SupportsChangeNotifications : bool
Public ReadOnly Property SupportsChangeNotifications As Boolean
Valor da propriedade
true se a configuração der suporte à notificação de alteração; caso contrário, false .true if the configuration supports change notification; otherwise, false.