Share via


IShape.ToIShape<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Function ToIShape(Of T As IElement) As IShape(Of T)
'Usage
Dim instance As IShape
Dim returnValue As IShape(Of T)

returnValue = instance.ToIShape()
IShape<T> ToIShape<T>()
where T : IElement
generic<typename T>
where T : IElement
IShape<T>^ ToIShape()
abstract ToIShape : unit -> IShape<'T>  when 'T : IElement
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: Microsoft.VisualStudio.Uml.Presentation.IShape<T>

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace