Decorator 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_pubmethodAssociateValueWith(Store^, AssociatedPropertyInfo^)

Associates the decorator with a store property that is assigned to the shape.

System_CAPS_pubmethodAssociateValueWith(Store^, Guid)

Associates the decorator with a store property that is assigned to the shape.

System_CAPS_pubmethodAssociateValueWith(Store^, Guid, AssociatedPropertyInfo^)

Associates the decorator with a store property that is assigned to the shape.

System_CAPS_pubmethodAssociateVisibilityWith(Store^, AssociatedPropertyInfo^)

Associates the visibility of the decorator with a store property that is assigned to a shape.

System_CAPS_pubmethodAssociateVisibilityWith(Store^, Guid)

Associates the visibility of the decorator with a store property that is assigned to a shape.

System_CAPS_pubmethodAssociateVisibilityWith(Store^, Guid, AssociatedPropertyInfo^)

Associates the visibility of the decorator with a store property that is assigned to a shape.

System_CAPS_pubmethodConfigureHostShape(ShapeElement^)

Creates a host shape or configures an existing host shape.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHostShape(ShapeElement^)

Gets the host shape.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(ShapeElement^)

Gets the association between the decorator and a shape.

System_CAPS_pubmethodGetVisible(ShapeElement^)

Gets the visibility of the decorator that is assigned to a shape.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnAfterOffsetChanged()

Enables derived classes to modify the decorator after the offset has changed.

System_CAPS_pubmethodRepositionHostShape(DecoratorHostShape^)

Repositions the host shape and sets its visibility.

System_CAPS_pubmethodSetValue(ShapeElement^, Object^)

Sets the association with the decoration and a shape.

System_CAPS_pubmethodSetVisible(ShapeElement^, Object^)

Sets the visibility of a decorator that is assigned to a shape.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdateDecoratorHostShapes(ModelElement^)

Updates the bounds for the host shapes.

System_CAPS_pubmethodUpdateDecoratorHostShapes(ModelElement^, Guid)

Updates the bounds for the host shapes.

System_CAPS_pubmethodUpdateHostShapeVisibility(DecoratorHostShape^)

Updates the visibility of the host shape.

Return to top
Show: