IShape::ToIShape<T> Method ()

 

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

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

generic<typename T>
IShape<T>^ ToIShape()

Type Parameters

T

The type of model element that the shape represents. IElement or a subtype.

Return to top
Show: