DeviceManufacturerNotificationTrigger.OneShot Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si le déclencheur n’est utilisé qu’une seule fois.
public:
property bool OneShot { bool get(); };
bool OneShot();
/// [get: Windows.Foundation.Metadata.Deprecated("DeviceManufacturerNotificationTrigger is deprecated and might not work on all platforms", Windows.Foundation.Metadata.DeprecationType.Deprecate, 393216, "Windows.Foundation.UniversalApiContract")]
bool OneShot();
public bool OneShot { get; }
public 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")] get; }
var boolean = deviceManufacturerNotificationTrigger.oneShot;
Public ReadOnly Property OneShot As Boolean
Valeur de propriété
Boolean
bool
True si le déclencheur n’est utilisé qu’une seule fois.
- Attributs