INavigationContextProvider.ItemsAdded 属性

定义

获取添加到上下文源的项目的事件累积机制。

public:
 property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationEventNotification ^ ItemsAdded { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationEventNotification ^ get(); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationEventNotification ItemsAdded { get; }
member this.ItemsAdded : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationEventNotification
Public ReadOnly Property ItemsAdded As INavigationEventNotification

属性值

这些项目被添加到上下文源中。

适用于