SLComposeViewController.IsAvailable Méthode
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.
Surcharges
IsAvailable(NSString) |
Retourne |
IsAvailable(SLServiceKind) |
Retourne |
IsAvailable(NSString)
Retourne true
si l’application peut envoyer une requête pour le type de service spécifié.
[Foundation.Export("isAvailableForServiceType:")]
public static bool IsAvailable (Foundation.NSString serviceType);
static member IsAvailable : Foundation.NSString -> bool
Paramètres
- serviceType
- NSString
Retours
- Attributs
S’applique à
IsAvailable(SLServiceKind)
Retourne true
si l’application peut envoyer une requête pour le type de service spécifié.
public static bool IsAvailable (Social.SLServiceKind serviceKind);
static member IsAvailable : Social.SLServiceKind -> bool
Paramètres
- serviceKind
- SLServiceKind