Share via


ContentAutomationOptions Enum

Definition

Defines the supported options for the automation hosting contract.

public enum class ContentAutomationOptions
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65543)]
enum class ContentAutomationOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65543)]
public enum ContentAutomationOptions
var value = Microsoft.UI.Content.ContentAutomationOptions.none
Public Enum ContentAutomationOptions
Inheritance
ContentAutomationOptions
Attributes

Fields

Name Value Description
None 0

The automation provider is not hosted.

FrameworkBased 1

The automation provider is hosted as a framework in the automation tree.

FragmentBased 2

The automation provider is hosted as a fragment in the automation tree.

Applies to

See also