GraphNodeId Methods
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Add(GraphNodeId^) | Adds a GraphNodeId. If this identifier already is an array, the item is added to the array. Otherwise, a new embedded array is returned. |
![]() | AppendToString(StringBuilder^) | Appends the "ToString" of a GraphNodeId to the StringBuilder. This is more efficient than calling ToString, as the GraphNodeId can re-use the StringBuilder. |
![]() | CompareTo(GraphNodeId^) | Compares to another GraphNodeId. |
![]() | CompareTo(Object^) | Compares to another GraphNodeId. |
![]() | Equals(Object^) | See whether this GraphNodeId matches either a GraphNodeId or a GraphNodeIdKey.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | GetArray(GraphNodeIdName^, array<GraphNodeId^>^) | Constructs a partial GraphNodeId based on the given array name and identifiers. |
![]() ![]() | GetArray(GraphNodeIdName^, Object^) | Get a GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around. |
![]() | GetHashCode() | Gets the HashCode. We return the hashcode given to us during construction.(Overrides Object::GetHashCode().) |
![]() ![]() | GetLiteral(String^) | Gets a literal GraphNodeId parsed from the given identifier string. |
![]() ![]() | GetNested(array<GraphNodeId^>^) | Gets a nested GraphNodeId based on the given identifiers. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around. |
![]() ![]() | GetNested(GraphNodeIdName^, Object^) | Gets a GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around. |
![]() | GetNestedIdByName(GraphNodeIdName^) | Gets a value from the first embedded GraphNodeId that matches the name. |
![]() | GetNestedValueByName<T>(GraphNodeIdName^) | Gets a value from the first embedded GraphNodeId that matches the name. |
![]() ![]() | GetPartial(GraphNodeIdName^, Object^) | Gets a partial GraphNodeId based on the name and value. Does a lookup against a Dictionary to minimize the number of GraphNodeIds around. It is generally not right to get a partial GraphNodeId and use it for a node ID. Always use a full Nested GraphNodeId. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue<T>() | The value of the GraphNodeId. This can be one of: * String * Uri * GraphNodeId * GraphNodeIdCollection. |
![]() ![]() | IsNullOrEmpty(GraphNodeId^) | |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Parse(String^) | Parses a string into a GraphNodeId. |
![]() ![]() | Parse(String^, Boolean) | Parses a string into a GraphNodeId. |
![]() ![]() | Parse(String^, Boolean, Func<Int32, GraphNodeId^>^) | Parse a string into a GraphNodeId |
![]() | RemovedNestedNames(array<GraphNodeIdName^>^) | Returns a partial GraphNodeId that contains the given GraphNodeIdName. |
![]() | ToString() | Gets a string for the GraphNodeId.(Overrides Object::ToString().) |




