GraphGroup Methods
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | AddCategory(GraphCategory^) | Adds a category to the object.(Inherited from GraphObject.) |
![]() | AsNode() | Converts the GraphObject to a GraphNode. If this is a GraphGroup, the inner node is returned. For types other than GraphNode/Group, null is returned.(Inherited from GraphObject.) |
![]() | ClearCategories() | Remove all categories from this object.(Inherited from GraphObject.) |
![]() | ClearValue(GraphProperty^) | Removes the value of the specified property.(Inherited from GraphObject.) |
![]() | CopyCategories(GraphObject^) | Copies any new categories from the given object, keeping existing categories.(Inherited from GraphObject.) |
![]() | CopyProperties(GraphObject^) | Copies any new properties from the given object, keeping existing property values unchanged.(Inherited from GraphObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAncestors() | Returns all the parent ancestors of this group, excluding this group. |
![]() | GetDescendantGroups() | Returns all descendant groups that are contained by this group hierarchy, including this group. |
![]() | GetDescendants() | Returns all descendant nodes that are contained by this group hierarchy. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMetaObject(Expression^) | (Inherited from GraphObject.) |
![]() | GetSchemaValue(GraphProperty^) | Gets the schema-specific value of the property, if one exists.(Inherited from GraphObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(GraphProperty^) | Gets the value of the specified annotation.(Inherited from GraphObject.) |
![]() | GetValue(String^) | Gets the value of the specified property.(Inherited from GraphObject.) |
![]() | GetValue<T>(GraphProperty^, T) | Gets the value of the specified annotation. If property is not set, we return the default value that the caller passed to this method.(Inherited from GraphObject.) |
![]() | GetValue<T>(GraphProperty^, Graph^) | Gets the value of the specified property.(Inherited from GraphObject.) |
![]() | GetValue<T>(GraphProperty^, Graph^, GraphCategory^) | Gets the value of the specified property, and also returns the category that this property value was inherited from, if any.(Inherited from GraphObject.) |
![]() | GetValueAsString(GraphProperty^, CultureInfo^) | Returns the given property as a string that uses the given culture.(Inherited from GraphObject.) |
![]() | HasCategory(GraphCategory^) | Returns true if the object has the given category.(Inherited from GraphObject.) |
![]() | HasCategory(IEnumerable<GraphCategory^>^) | Returns true if the object has any of the given categories.(Inherited from GraphObject.) |
![]() | HasCategory(String^) | Returns true if the object has the given category.(Inherited from GraphObject.) |
![]() | HasCategoryInSet(HashSet<GraphCategory^>^, GraphCategoryMatchOption) | Determines whether the given set of categories applies to this object.(Inherited from GraphObject.) |
![]() | HasLocalValue(GraphProperty^) | Returns true if the specified property exists on this object with no category inheritance check.(Inherited from GraphObject.) |
![]() | HasValue(GraphProperty^) | Returns true if the specified annotation exists.(Inherited from GraphObject.) |
![]() | HasValue(String^) | Find out whether the object has a value for the specified property.(Inherited from GraphObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnCategoryChanged(GraphCategory^, GraphCategoryChangeType) | Raises the property changed events for both the node and the group.(Overrides GraphObject::OnCategoryChanged(GraphCategory^, GraphCategoryChangeType).) |
![]() | OnPropertyChanged(GraphProperty^) | Raises a PropertyChangd event for the given GraphProperty.(Inherited from GraphObject.) |
![]() | OnPropertyChanged(String^) | Raises the property changed events for both the node and the group.(Overrides GraphObject::OnPropertyChanged(String^).) |
![]() | RemoveCategory(GraphCategory^) | Removes the category of this object.(Inherited from GraphObject.) |
![]() | SetValue(String^, Object^) | Adds an annotation, using the given key, type, and value.(Inherited from GraphObject.) |
![]() | SetValue<T>(GraphProperty^, T) | Sets the value of the given property. If the property already exists, its value is overwritten unless the annotation flags prevent otherwise.(Inherited from GraphObject.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WrapGraphObject(GraphObject^) | Modifies the current graph object to share the same property and categories as the given graph object. The wrapper and wrappee graph objects will always have identical sets of properties and categories.(Inherited from GraphObject.) |

