Share via


IExplorerView.Context Property

Gets or sets the view context of the Explorer.

Namespace:  Microsoft.SqlServer.Management.Explorer
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Property Context As INavigationContext
    Get
    Set
'Usage
Dim instance As IExplorerView
Dim value As INavigationContext

value = instance.Context

instance.Context = value
INavigationContext Context { get; set; }
property INavigationContext^ Context {
    INavigationContext^ get ();
    void set (INavigationContext^ value);
}
abstract Context : INavigationContext with get, set
function get Context () : INavigationContext
function set Context (value : INavigationContext)

Property Value

Type: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext
The view context of the Explorer.