Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GeneratorStatus Enumeration

 

Used by ItemContainerGenerator to indicate the status of its item generation.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public enum GeneratorStatus

Member nameDescription
ContainersGenerated

The generator has finished generating containers.

Error

The generator has finished generating containers, but encountered one or more errors.

GeneratingContainers

The generator is generating containers.

NotStarted

The generator has not tried to generate content.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft