ClassViewNavigationInfoNode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single node from a navigation info data object
public value class ClassViewNavigationInfoNode
public struct ClassViewNavigationInfoNode
type ClassViewNavigationInfoNode = struct
Public Structure ClassViewNavigationInfoNode
- Inheritance
-
ClassViewNavigationInfoNode
Properties
FullName |
The fully qualified, dot (.) delimited name of the element. |
InfoType |
The type of node of this node |
ProjectName |
The name of the project this item is contained in |
ReferenceName |
Returns the reference name of the drag object. |
Methods
Compare(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) |
Compare two VirtualTreeItemInfo structures |
Equals(Object) |
Equals override. Defers to Compare function. |
GetHashCode() |
GetHashCode override |
Operators
Equality(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) |
Equals operator. Defers to Compare. |
Inequality(ClassViewNavigationInfoNode, ClassViewNavigationInfoNode) |
Not equal operator. Defers to Compare. |