INavigationEventNotification.AddNotification(INavigationContext) 메서드

정의

탐색 이벤트가 발생할 때 알림을 추가합니다.

public:
 void AddNotification(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ node);
public void AddNotification (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext node);
abstract member AddNotification : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext -> unit
Public Sub AddNotification (node As INavigationContext)

매개 변수

node
INavigationContext

탐색에 대한 정보입니다.

적용 대상