ComponentActionsType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of object-bound smart tag with respect to how it was associated with the component.
public enum class ComponentActionsType
public enum ComponentActionsType
type ComponentActionsType =
Public Enum ComponentActionsType
- Inheritance
Name | Value | Description |
---|---|---|
All | 0 | Both types of smart tags. |
Component | 1 | Pull model smart tags only. |
Service | 2 | Push model smart tags only. |
The following table describes the two options for associating an object-bound smart tag to a component.
Smart-tag model | Description |
---|---|
Pull | The class derived from ComponentDesigner that is associated with the component overrides the ActionLists property to return the collection of smart tags for that component. |
Push | A call to the Add method explicitly associates the specified smart tags with the specified component. |
For more information about these smart-tag models, see the DesignerActionService and DesignerActionListCollection classes.
Product | Versions |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: