GraphNodeIdCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | CompareTo(Object^) | |
![]() | Equals(Object^) | Compares two of these lists to see whether all of the items are equal. This assumes the items will be in the same order inside the list. This is a performance optimization, and needed for method arguments, where a different order means a different overload(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Computes the hash code for this collection and caches it(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValueByName<T>(GraphNodeIdName^) | Gets a value from the first embedded GraphNodeId that matches the name |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Gets this GraphNodeId collection as a string(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable<GraphNodeId^>::GetEnumerator() | |
![]() ![]() | IEnumerable::GetEnumerator() | Get our Enumerator. This prevents direct access to the _array |
Show:



