GraphSchema Methods
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | AddSchema(GraphSchema^) | Adds a child schema to this GraphSchema. |
![]() | Contains(GraphSchema^) | Returns true if this schema contains the given schema as a child or grandchild. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FindCategories(IEnumerable<String^>^) | Gets all the GraphCategories with the specified IDs in this schema and all child schemas recursively. |
![]() | FindCategory(String^) | Gets the GraphCategory with the specified ID by searching this schema and all its children recursively. |
![]() | FindCategoryByLabel(String^) | Gets the first GraphCategory with the specified label from this schema or any subschema. |
![]() | FindProperties(IEnumerable<String^>^) | Gets the GraphProperties with the specified IDs and all child schemas recursively. |
![]() | FindProperty(String^) | Gets the GraphProperty with the specified ID. |
![]() | FindPropertyByLabel(String^) | Gets the first GraphProperty with the specified label from this schema or any subschema. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OverrideMetadata(GraphMetadataContainer^, Action<GraphMetadata^>^) | Overrides the metadata for this category |
![]() | ToString() | (Overrides Object::ToString().) |

