INodeContext.NavigationContext Property

 

Applies To: SQL Server 2016 Preview

Gets the context of the navigation.

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

Syntax

string NavigationContext { get; }
property String^ NavigationContext {
    String^ get();
}
abstract NavigationContext : string with get
ReadOnly Property NavigationContext As String

Property Value

Type: System.String

A string that represents the context of the navigation.

See Also

INodeContext Interface
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top