다음을 통해 공유


DeviceManufacturerNotificationTrigger(String, Boolean) 생성자

정의

DeviceManufacturerNotificationTrigger 클래스의 새 instance 초기화합니다.

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

트리거가 한 번만 사용되는지 여부입니다.

특성

적용 대상