GraphSchema Properties

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubpropertyCategories

All the GraphCategory objects that are registered with this schema.

System_CAPS_pubpropertyIsDocumentSchema

Whether this is the document schema associated with a Graph instance for holding deserialized categories and properties that were not defined anywhere else.

System_CAPS_pubpropertyName

The programmatic name of this schema.

System_CAPS_pubpropertyOwner

If this is a Document Schema, this owner points to the Graph that owns this schema.

System_CAPS_pubpropertyProperties

All the GraphProperty objects that are registered with this schema.

System_CAPS_pubpropertySchemas

Returns a list of the child schemas that are contained in this schema (excluding grandchildren).

Return to top
Show: