GraphSchema Methods

 

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

NameDescription
System_CAPS_pubmethodAddSchema(GraphSchema^)

Adds a child schema to this GraphSchema.

System_CAPS_pubmethodContains(GraphSchema^)

Returns true if this schema contains the given schema as a child or grandchild.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindCategories(IEnumerable<String^>^)

Gets all the GraphCategories with the specified IDs in this schema and all child schemas recursively.

System_CAPS_pubmethodFindCategory(String^)

Gets the GraphCategory with the specified ID by searching this schema and all its children recursively.

System_CAPS_pubmethodFindCategoryByLabel(String^)

Gets the first GraphCategory with the specified label from this schema or any subschema.

System_CAPS_pubmethodFindProperties(IEnumerable<String^>^)

Gets the GraphProperties with the specified IDs and all child schemas recursively.

System_CAPS_pubmethodFindProperty(String^)

Gets the GraphProperty with the specified ID.

System_CAPS_pubmethodFindPropertyByLabel(String^)

Gets the first GraphProperty with the specified label from this schema or any subschema.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOverrideMetadata(GraphMetadataContainer^, Action<GraphMetadata^>^)

Overrides the metadata for this category

System_CAPS_pubmethodToString()

(Overrides Object::ToString().)

Return to top
Show: