INavigationContext Interface

 

Provides the information for a node in the object explorer hierarchy.

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

public interface class INavigationContext : INodeInformation, 
	INodeContext, IServiceProvider, IEquatable<INavigationContext^>

NameDescription
System_CAPS_pubpropertyConnection

Gets or sets the connection information.(Inherited from INodeContext.)

System_CAPS_pubpropertyContext

Gets or sets the enumerators Uniform Resource Name (URN) for the node.(Inherited from INodeContext.)

System_CAPS_pubpropertyHierarchy

Gets the hierarchy associated to the node.(Inherited from INodeInformation.)

System_CAPS_pubpropertyInvariantName

Gets all the parts of Uniform Resource Name (URN) key.(Inherited from INodeInformation.)

System_CAPS_pubpropertyItem[String^]

Gets the property bag for the node.(Inherited from INodeInformation.)

System_CAPS_pubpropertyName

Gets the caption for the node.(Inherited from INodeInformation.)

System_CAPS_pubpropertyNavigationContext

Gets the context of the navigation.(Inherited from INodeContext.)

System_CAPS_pubpropertyParent

Gets the parent node.(Inherited from INodeInformation.)

System_CAPS_pubpropertyUrnPath

Gets the skeleton path for the current context.(Inherited from INodeContext.)

System_CAPS_pubpropertyViewIdentity

Gets the view identity that is used to query a view from the navigation service.

NameDescription
System_CAPS_pubmethodCreateObjectInstance()

Creates an instance of the object that is defined by the context and connection properties.(Inherited from INodeContext.)

System_CAPS_pubmethodEquals(T)

(Inherited from IEquatable<T>.)

System_CAPS_pubmethodGetService(Type^)

(Inherited from IServiceProvider.)

Return to top
Show: