ContentAutomationOptions 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.
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. |