DiagramItem Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubmethodClone()

Creates a new DiagramItem that is a copy of the current instance.

System_CAPS_pubmethodEquals(Object^)

Gets a value indicating whether two DiagramItem objects are equal.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAccessibleObject(DiagramClientView^)

Gets the AccessibleObject for a DiagramItem.

System_CAPS_pubmethodGetHashCode()

Gets a hash code for this DiagramItem.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetItem(LinkShape^, LineSegment^)

Set the DiagramItem to represent the specified LineSegment

System_CAPS_pubmethodSetItem(LinkShape^, LineSegment^, AnchorPoint^)

Set the DiagramItem to represent the specified LineSegment's anchor point

System_CAPS_pubmethodSetItem(ShapeElement^)

Sets the DiagramItem to represent the specified ShapeElement.

System_CAPS_pubmethodSetItem(ShapeElement^, ShapeField^)

Sets the DiagramItem to represent the specified ShapeField.

System_CAPS_pubmethodSetItem(ShapeElement^, ShapeField^, ShapeSubField^)

Sets the DiagramItem to represent the specified ShapeSubField.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: