ActivationSignalDetectionConfigurationCreationResult Class

Definition

Provides the results when an ActivationSignalDetector creates an ActivationSignalDetectionConfiguration.

public ref class ActivationSignalDetectionConfigurationCreationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ActivationSignalDetectionConfigurationCreationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ActivationSignalDetectionConfigurationCreationResult
Public NotInheritable Class ActivationSignalDetectionConfigurationCreationResult
Inheritance
Object Platform::Object IInspectable ActivationSignalDetectionConfigurationCreationResult
Attributes

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Properties

Configuration

Gets the ActivationSignalDetectionConfiguration created by a CreateConfigurationWithResult(System.String,System.String,System.String) or CreateConfigurationWithResultAsync(System.String,System.String,System.String) call.

Status

Gets the status of a CreateConfigurationWithResult(System.String,System.String,System.String) or CreateConfigurationWithResultAsync(System.String,System.String,System.String) call.

Applies to

See also