DiagramItem Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new DiagramItem that is a copy of the current instance. |
![]() | Equals(Object^) | Gets a value indicating whether two DiagramItem objects are equal.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAccessibleObject(DiagramClientView^) | Gets the AccessibleObject for a DiagramItem. |
![]() | GetHashCode() | Gets a hash code for this DiagramItem.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetItem(LinkShape^, LineSegment^) | Set the DiagramItem to represent the specified LineSegment |
![]() | SetItem(LinkShape^, LineSegment^, AnchorPoint^) | Set the DiagramItem to represent the specified LineSegment's anchor point |
![]() | SetItem(ShapeElement^) | Sets the DiagramItem to represent the specified ShapeElement. |
![]() | SetItem(ShapeElement^, ShapeField^) | Sets the DiagramItem to represent the specified ShapeField. |
![]() | SetItem(ShapeElement^, ShapeField^, ShapeSubField^) | Sets the DiagramItem to represent the specified ShapeSubField. |
![]() | ToString() | (Inherited from Object.) |
Show:

