UmlExtensions Methods

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddReference(IElement^, String^, String^, Boolean)

Links a string to an element, usually where the string is a reference such as a URI, modelbus reference, or work item ID. Use the name to indicate the type of reference. Returns an IReference object that represents the link.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IElement^)

Deletes this element and any relationships, owned elements, and shapes.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAllReference(IElement^, String^)

Remove all the references of a given tag.

System_CAPS_pubmethodSystem_CAPS_staticGetId(IElement^)

Gets a GUID that identifies this element.

System_CAPS_pubmethodSystem_CAPS_staticGetModelStore(IElement^)

Gets the IModelStore that contains this element.

System_CAPS_pubmethodSystem_CAPS_staticGetModelStore(Store^)

Wraps the implementation Store in an IModelStore.

System_CAPS_pubmethodSystem_CAPS_staticGetReferences(IElement^, String^)

Get the IReferences of a given tag that are associated with this element.

System_CAPS_pubmethodSystem_CAPS_staticGetRelatedElements<T>(IElement^)

Gets elements related to this element by relationships of the specified type.

System_CAPS_pubmethodSystem_CAPS_staticGetRelatedLinks<T>(IElement^)

Gets relationships of a specified type from or to this element.

Return to top
Show: