IShape::GetObject<T> Method ()

 

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

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

generic<typename T>
T GetObject()

Return Value

Type: T

Type Parameters

T

Result type. IElement or a subtype.

Return to top
Show: