Share via


IActivityDiagram.Display<T> Method

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

Syntax

'Declaration
Function Display(Of T As IElement) ( _
    element As T, _
    xoffset As Double, _
    yoffset As Double _
) As IShape(Of T)
IShape<T> Display<T>(
    T element,
    double xoffset,
    double yoffset
)
where T : IElement
generic<typename T>
where T : IElement
IShape<T>^ Display(
    T element, 
    double xoffset, 
    double yoffset
)
abstract Display : 
        element:'T * 
        xoffset:float * 
        yoffset:float -> IShape<'T>  when 'T : IElement
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • element
    Type: T

Return Value

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

.NET Framework Security

See Also

Reference

IActivityDiagram Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace