ClassViewNavigationInfoNode Structure
Represents an element that appears as a node in a tree view.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | FullName | Gets the fully qualified dot (.) delimited name of the element. |
![]() | InfoType | Gets the type of node to which the element is assigned. |
![]() | ProjectName | Gets the name of the project to which the element is assigned. |
![]() | ReferenceName | Gets the reference name of the element. |
| Name | Description | |
|---|---|---|
![]() ![]() | Compare(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) | Compares two elements. |
![]() | Equals(Object^) | Verifies whether the selected element is equal to another element.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets the hashcode for the element.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) | Verifies whether two elements are equal. |
![]() ![]() | Inequality(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) | Verifies whether two elements are not equal. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



