ClassViewNavigationInfoNode Structure

 

Represents an element that appears as a node in a tree view.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

public value struct ClassViewNavigationInfoNode

NameDescription
System_CAPS_pubpropertyFullName

Gets the fully qualified dot (.) delimited name of the element.

System_CAPS_pubpropertyInfoType

Gets the type of node to which the element is assigned.

System_CAPS_pubpropertyProjectName

Gets the name of the project to which the element is assigned.

System_CAPS_pubpropertyReferenceName

Gets the reference name of the element.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCompare(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode)

Compares two elements.

System_CAPS_pubmethodEquals(Object^)

Verifies whether the selected element is equal to another element.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Gets the hashcode for the element.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode)

Verifies whether two elements are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: