DesignerActionService Methods

 

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodAdd(IComponent^, DesignerActionList^)

Adds a DesignerActionList to the current collection of managed smart tags.

System_CAPS_pubmethodAdd(IComponent^, DesignerActionListCollection^)

Adds a DesignerActionListCollection to the current collection of managed smart tags.

System_CAPS_pubmethodClear()

Releases all components from management and clears all push-model smart tag lists.

System_CAPS_pubmethodContains(IComponent^)

Determines whether the current smart tag service manages the action lists for the specified component.

System_CAPS_pubmethodDispose()

Releases all resources used by the DesignerActionService class.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the DesignerActionService and optionally releases the managed resources.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetComponentActions(IComponent^)

Returns the collection of smart tag item lists associated with a component.

System_CAPS_pubmethodGetComponentActions(IComponent^, ComponentActionsType)

Returns the collection of smart tag item lists of the specified type associated with a component.

System_CAPS_protmethodGetComponentDesignerActions(IComponent^, DesignerActionListCollection^)

Retrieves the pull-model smart tags associated with a component.

System_CAPS_protmethodGetComponentServiceActions(IComponent^, DesignerActionListCollection^)

Retrieves the push-model smart tags associated with a component.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRemove(DesignerActionList^)

Removes the specified smart tag list from all components managed by the current service.

System_CAPS_pubmethodRemove(IComponent^)

Removes all the smart tag lists associated with the specified component.

System_CAPS_pubmethodRemove(IComponent^, DesignerActionList^)

Removes the specified smart tag list from the specified component.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: