GraphSchema Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Categories | All the GraphCategory objects that are registered with this schema. |
![]() | IsDocumentSchema | Whether this is the document schema associated with a Graph instance for holding deserialized categories and properties that were not defined anywhere else. |
![]() | Name | The programmatic name of this schema. |
![]() | Owner | If this is a Document Schema, this owner points to the Graph that owns this schema. |
![]() | Properties | All the GraphProperty objects that are registered with this schema. |
![]() | Schemas | Returns a list of the child schemas that are contained in this schema (excluding grandchildren). |
Show:
