IShape Methods

 

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

NameDescription
System_CAPS_pubmethodDelete()

Removes the shape from the diagram. This might or might not remove from the model the element that the shape displays. For example, removing a class shape from a class diagram does not remove the UML class from the model.

System_CAPS_pubmethodGetObject<T>()

Gets the model element represented by this shape. Supply the type of the result that you want.

System_CAPS_pubmethodMove(Double, Double, Double, Double)

Changes the position and size of the shape.

System_CAPS_pubmethodToIShape<T>()

Cast to a type that specifies the type of the element that the shape represents.

NameDescription
System_CAPS_pubmethodGetChildShapes<T>()

Get child shapes that display the specified type of model element.(Defined by PresentationHelpers.)

System_CAPS_pubmethodGetElement()

The model element that this shape represents.(Defined by IShapeExtensions.)

Return to top
Show: