NavigationView Class
Represents the view that supports the content navigation.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class NavigationView : INavigationViewInfo, INavigationEntry
| Name | Description | |
|---|---|---|
![]() | NavigationView() | Initializes a new instance of the NavigationView class. |
| Name | Description | |
|---|---|---|
![]() | Base | Gets the base entry that this entry inherits settings from. |
![]() | Columns | Gets or sets the column view if applicable. |
![]() | DetailsViews | Gets or sets the details of the navigation view. |
![]() | DisplayName | Gets or sets the local display name for the navigation view. |
![]() | ExpectedEntities | Gets or sets the expected entities of the navigation view. |
![]() | Type | Gets or sets the type of text input associated in the navigation view. |
![]() | UrnPath | Gets or sets the text value of the path that represents the Urn object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | INavigationEntry::SupportedUrnPaths | Gets the supported Urn objects that provide programmatic access to the Uniform Resource Name addresses that uniquely identify Microsoft SQL Server objects. |
![]() ![]() | INavigationViewInfo::Columns | Gets the columns for navigation view information. |
![]() ![]() | INavigationViewInfo::DetailsViews | Gets the detail views for the navigation view information. |
![]() ![]() | INavigationViewInfo::DisplayName | Gets the display name for the navigation view information. |
![]() ![]() | INavigationViewInfo::ExpectedEntities | Gets the expected entities for the navigation view. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




