INavigationContextProvider.CurrentContext 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 currently selected context item, such as current OE node.
public:
property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^ CurrentContext { 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 CurrentContext { get; set; }
member this.CurrentContext : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext with get, set
Public Property CurrentContext As INavigationContext
Property Value
The currently selected context item.