IExplorerView.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the view context of the Explorer.
public:
property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ Context { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext Context { get; set; }
member this.Context : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext with get, set
Public Property Context As INavigationContext
Property Value
The view context of the Explorer.