WorkflowViewService Class
Handles the mapping of activity designer visual elements and their underlying model items.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
System.Activities.Presentation.Services::ViewService
System.Activities.Presentation.View::WorkflowViewService
| Name | Description | |
|---|---|---|
![]() | WorkflowViewService(EditingContext^) | Creates a new instance of the WorkflowViewService class that uses the specified EditingContext. |
| Name | Description | |
|---|---|---|
![]() | CreateViewElement(ModelItem^) | Creates a new WorkflowViewElement that supports the type of the specified ModelItem. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetModel(DependencyObject^) | Returns a ModelItem that maps to the specified DependencyObject.(Overrides ViewService::GetModel(DependencyObject^).) |
![]() | GetType() | |
![]() | GetView(ModelItem^) | Creates a new DependencyObject that maps to the specified ModelItem.(Overrides ViewService::GetView(ModelItem^).) |
![]() | GetViewElement(ModelItem^) | Creates a new WorkflowViewElement that maps to the specified ModelItem. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ViewCreated | Occurs when the workflow view is created. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


