Lezen in het Engels Bewerken

Delen via


AsyncContentLoadedState Enum

Definition

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.

Contains values that specify the state of the content being loaded into a content element.

C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("d8e55844-7043-4edc-979d-593cc6b4775e")]
public enum AsyncContentLoadedState
C#
public enum AsyncContentLoadedState
Inheritance
AsyncContentLoadedState
Attributes

Fields

Name Value Description
Beginning 0

Specifies that asynchronous loading of the content into the UI Automation element is beginning.

Progress 1

Specifies that asynchronous loading of the content into the UI Automation element is in progress. UI Automation providers should specify the percent complete so that client applications will know how much more content remains.

Completed 2

Specifies that asynchronous loading of the content into the UI Automation element is complete.

Applies to

Product Versies
.NET Framework 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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also