INavigationContextProvider.ItemsAdded Property

Definition

Gets the event accumulation mechanism for items that are being added to the context source.

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

Property Value

The items that are added to the context source.

Applies to