Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class GraphNodeIdName _
Implements IComparable(Of GraphNodeIdName)
[SerializableAttribute]
public class GraphNodeIdName : IComparable<GraphNodeIdName>
[SerializableAttribute]
public ref class GraphNodeIdName : IComparable<GraphNodeIdName^>
[<SerializableAttribute>]
type GraphNodeIdName =
class
interface IComparable<GraphNodeIdName>
end
public class GraphNodeIdName implements IComparable<GraphNodeIdName>
The GraphNodeIdName type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Label | |
![]() |
Name | |
![]() ![]() |
Values | |
![]() |
ValueType |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from 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.) |
![]() ![]() |
Get(String, String, Type) | |
![]() ![]() |
Get(String, String, Type, Boolean) | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Array | |
![]() ![]() |
Group | |
![]() ![]() |
Literal | |
![]() ![]() |
Nested |
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.