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

有关导航的信息。

适用于