This documentation is archived and is not being maintained.

WebFormsDesignerActionService Methods

The WebFormsDesignerActionService type exposes the following members.

  NameDescription
Public method Add(IComponent, DesignerActionList) Adds a DesignerActionList to the current collection of managed smart tags. (Inherited from DesignerActionService.)
Public method Add(IComponent, DesignerActionListCollection) Adds a DesignerActionListCollection to the current collection of managed smart tags. (Inherited from DesignerActionService.)
Public method Clear Releases all components from management and clears all push-model smart tag lists. (Inherited from DesignerActionService.)
Public method Contains Determines whether the current smart tag service manages the action lists for the specified component. (Inherited from DesignerActionService.)
Public method Dispose() Releases all resources used by the DesignerActionService class. (Inherited from DesignerActionService.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the DesignerActionService and optionally releases the managed resources. (Inherited from DesignerActionService.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetComponentActions(IComponent) Returns the collection of smart tag item lists associated with a component. (Inherited from DesignerActionService.)
Public method GetComponentActions(IComponent, ComponentActionsType) Returns the collection of smart tag item lists of the specified type associated with a component. (Inherited from DesignerActionService.)
Protected method GetComponentDesignerActions Gets the smart-tag item lists that are associated with a component. (Overrides DesignerActionService::GetComponentDesignerActions(IComponent, DesignerActionListCollection).)
Protected method GetComponentServiceActions Retrieves the push-model smart tags associated with a component. (Inherited from DesignerActionService.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove(DesignerActionList) Removes the specified smart tag list from all components managed by the current service. (Inherited from DesignerActionService.)
Public method Remove(IComponent) Removes all the smart tag lists associated with the specified component. (Inherited from DesignerActionService.)
Public method Remove(IComponent, DesignerActionList) Removes the specified smart tag list from the specified component. (Inherited from DesignerActionService.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: