GraphNodeId 类

继承层次结构

System.Object
  Microsoft.VisualStudio.GraphModel.GraphNodeId

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
<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

GraphNodeId 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 Empty
公共属性 HeuristicCaption
公共属性 LiteralValue
公共属性 Name
公共属性 Value

页首

方法

  名称 说明
公共方法 Add
公共方法 AppendToString
公共方法 CompareTo(Object)
公共方法 CompareTo(GraphNodeId)
公共方法 Contains
公共方法 Equals (重写 Object.Equals(Object)。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法静态成员 GetArray(GraphNodeIdName, array<GraphNodeId[])
公共方法静态成员 GetArray(GraphNodeIdName, Object)
公共方法 GetHashCode (重写 Object.GetHashCode()。)
公共方法静态成员 GetLiteral
公共方法静态成员 GetNested(array<GraphNodeId[])
公共方法静态成员 GetNested(GraphNodeIdName, Object)
公共方法 GetNestedIdByName
公共方法 GetNestedValueByName<T>
公共方法静态成员 GetPartial
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetValue<T>
公共方法静态成员 IsNullOrEmpty
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法静态成员 Parse(String)
公共方法静态成员 Parse(String, Boolean)
公共方法静态成员 Parse(String, Boolean, Func<T, TResult>)
公共方法 RemovedNestedNames
公共方法 ToString (重写 Object.ToString()。)

页首

运算符

  名称 说明
公共运算符静态成员 Addition
公共运算符静态成员 Equality
公共运算符静态成员 Inequality

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEquatable<GraphNodeId>.Equals

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.GraphModel 命名空间