GraphNodeId Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.GraphModel.GraphNodeId
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
<SerializableAttribute> _
<TypeConverterAttribute(GetType(GraphNodeIdConverter))> _
Public Class GraphNodeId _
Implements IEquatable(Of GraphNodeId), IComparable(Of GraphNodeId), _
IComparable
[SerializableAttribute]
[TypeConverterAttribute(typeof(GraphNodeIdConverter))]
public class GraphNodeId : IEquatable<GraphNodeId>,
IComparable<GraphNodeId>, IComparable
[SerializableAttribute]
[TypeConverterAttribute(typeof(GraphNodeIdConverter))]
public ref class GraphNodeId : IEquatable<GraphNodeId^>,
IComparable<GraphNodeId^>, IComparable
[<SerializableAttribute>]
[<TypeConverterAttribute(typeof(GraphNodeIdConverter))>]
type GraphNodeId =
class
interface IEquatable<GraphNodeId>
interface IComparable<GraphNodeId>
interface IComparable
end
public class GraphNodeId implements IEquatable<GraphNodeId>, IComparable<GraphNodeId>, IComparable
The GraphNodeId type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Empty | |
![]() |
HeuristicCaption | |
![]() |
LiteralValue | |
![]() |
Name | |
![]() |
Value |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | |
![]() |
AppendToString | |
![]() |
CompareTo(Object) | |
![]() |
CompareTo(GraphNodeId) | |
![]() |
Contains | |
![]() |
Equals | (Overrides Object.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.) |
![]() ![]() |
GetArray(GraphNodeIdName, array<GraphNodeId[]) | |
![]() ![]() |
GetArray(GraphNodeIdName, Object) | |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() ![]() |
GetLiteral | |
![]() ![]() |
GetNested(array<GraphNodeId[]) | |
![]() ![]() |
GetNested(GraphNodeIdName, Object) | |
![]() |
GetNestedIdByName | |
![]() |
GetNestedValueByName<T> | |
![]() ![]() |
GetPartial | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue<T> | |
![]() ![]() |
IsNullOrEmpty | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
Parse(String) | |
![]() ![]() |
Parse(String, Boolean) | |
![]() ![]() |
Parse(String, Boolean, Func<T, TResult>) | |
![]() |
RemovedNestedNames | |
![]() |
ToString | (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Addition | |
![]() ![]() |
Equality | |
![]() ![]() |
Inequality |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEquatable<GraphNodeId>.Equals |
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.