Share via


IPresentationElementWrapperFactory.CreateIShape Method (DiagramItem)

 

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

Syntax

IShape CreateIShape(
    DiagramItem diagramItem
)
IShape^ CreateIShape(
    DiagramItem^ diagramItem
)
abstract CreateIShape : 
        diagramItem:DiagramItem -> IShape
Function CreateIShape (
    diagramItem As DiagramItem
) As IShape

Parameters

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape

See Also

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

Return to top