DeviceManufacturerNotificationTrigger(String, Boolean) 构造函数

定义

初始化 DeviceManufacturerNotificationTrigger 类的新实例。

public:
 DeviceManufacturerNotificationTrigger(Platform::String ^ triggerQualifier, bool oneShot);
 DeviceManufacturerNotificationTrigger(winrt::hstring const& triggerQualifier, bool const& oneShot);
/// [Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
 DeviceManufacturerNotificationTrigger(winrt::hstring const& triggerQualifier, bool const& oneShot);
public DeviceManufacturerNotificationTrigger(string triggerQualifier, bool oneShot);
[Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
public DeviceManufacturerNotificationTrigger(string triggerQualifier, bool oneShot);
function DeviceManufacturerNotificationTrigger(triggerQualifier, oneShot)
Public Sub New (triggerQualifier As String, oneShot As Boolean)

参数

triggerQualifier
String

Platform::String

winrt::hstring

限定触发器的应用定义的字符串。

oneShot
Boolean

bool

触发器是否只使用一次。

属性

适用于