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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Декларация
Public Structure ClassViewNavigationInfoNode
public struct ClassViewNavigationInfoNode
public value class ClassViewNavigationInfoNode
[<Sealed>]
type ClassViewNavigationInfoNode = struct end
JScript supports the use of structures, but not the declaration of new ones.
The ClassViewNavigationInfoNode type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() ![]() |
Compare | Compares two elements. |
![]() |
Equals | Verifies whether the selected element is equal to another element. (Overrides ValueType.Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Gets the hashcode for the element. (Overrides ValueType.GetHashCode().) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Verifies whether two elements are equal. |
![]() ![]() |
Inequality | Verifies whether two elements are not equal. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.