GraphNodeIdCollection 类

继承层次结构

System.Object
  Microsoft.VisualStudio.GraphModel.GraphNodeIdCollection

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

语法

声明
Public Class GraphNodeIdCollection _
    Implements IEnumerable(Of GraphNodeId), IEnumerable,  _
    IComparable
public class GraphNodeIdCollection : IEnumerable<GraphNodeId>, 
    IEnumerable, IComparable
public ref class GraphNodeIdCollection : IEnumerable<GraphNodeId^>, 
    IEnumerable, IComparable
type GraphNodeIdCollection =  
    class
        interface IEnumerable<GraphNodeId>
        interface IEnumerable
        interface IComparable
    end
public class GraphNodeIdCollection implements IEnumerable<GraphNodeId>, IEnumerable, IComparable

GraphNodeIdCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 GraphNodeIdCollection

页首

属性

  名称 说明
公共属性 HeuristicCaption
公共属性 HomogeneousElements
公共属性 Item
公共属性 Length

页首

方法

  名称 说明
公共方法 CompareTo
公共方法 Equals (重写 Object.Equals(Object)。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode (重写 Object.GetHashCode()。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 GetValueByName<T>
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ToString (重写 Object.ToString()。)

页首

显式接口实现

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

页首

线程安全

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

请参见

参考

Microsoft.VisualStudio.GraphModel 命名空间