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)

Syntax

IShape<T> ToIShape<T>()
generic<typename T>
IShape<T>^ ToIShape()
abstract ToIShape<'T> : unit -> IShape<'T>
Function ToIShape(Of T) As IShape(Of T)

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape<T>

Type Parameters

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

See Also

IShape Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace

Return to top