Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Function CreateIShape ( _
diagramItem As DiagramItem _
) As IShape
IShape CreateIShape(
DiagramItem diagramItem
)
IShape^ CreateIShape(
DiagramItem^ diagramItem
)
abstract CreateIShape :
diagramItem:DiagramItem -> IShape
function CreateIShape(
diagramItem : DiagramItem
) : IShape
Parameters
- diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IPresentationElementWrapperFactory Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation Namespace