VirtualizedContainerService Class
Represents a virtual container service associated with an editing context and design view. The virtual container service is used to customize the UI virtualization behavior.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The VirtualizedContainerService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | VirtualizedContainerService | Creates a new instance of the VirtualizedContainerService class with a specific editing context. |
| Name | Description | |
|---|---|---|
![]() | 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.) |
![]() | GetContainer | Gets a container and associates it with a specified model item and returns a UI element that represents the association. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetHintSize | Attempts to get a value for the Hint Size Name property. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetViewElement | Returns the workflow view element that corresponds to the specified model item. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SetHintSize | Attempts to set a value for the Hint Size Name property. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
UI virtualization is used to render only the areas of the designer canvas that are currently in view, making the designer more responsive and less memory consuming. By default, both procedural and flowchart designers are virtualization aware, but if you were to construct a control flow designer that would be larger than an individual screen, that designer could benefit from virtualization.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
