Share via


INavigationContextProvider.ItemsRefreshed Property

Gets the event accumulation mechanism for items that are being refreshed in the context source.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property ItemsRefreshed As INavigationEventNotification
    Get
'Usage
Dim instance As INavigationContextProvider
Dim value As INavigationEventNotification

value = instance.ItemsRefreshed
INavigationEventNotification ItemsRefreshed { get; }
property INavigationEventNotification^ ItemsRefreshed {
    INavigationEventNotification^ get ();
}
abstract ItemsRefreshed : INavigationEventNotification
function get ItemsRefreshed () : INavigationEventNotification

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationEventNotification
The items that are refreshed in the context source.