VirtualizedContainerService Class

Definition

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.

public ref class VirtualizedContainerService
public class VirtualizedContainerService
type VirtualizedContainerService = class
Public Class VirtualizedContainerService
Inheritance
VirtualizedContainerService

Remarks

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.

Constructors

VirtualizedContainerService(EditingContext)

Creates a new instance of the VirtualizedContainerService class with a specific editing context.

Fields

HintSizeName

Provides a XAML type system identifier.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetContainer(ModelItem, ICompositeView)

Gets a container and associates it with a specified model item and returns a UI element that represents the association.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetHintSize(Object)

Attempts to get a value for the Hint Size Name property.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetViewElement(ModelItem, ICompositeView)

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(Object, Object)

Attempts to set a value for the Hint Size Name property.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to