UserDataAccount.CanShowCreateContactGroup 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.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
À usage interne Microsoft uniquement.
public:
property bool CanShowCreateContactGroup { bool get(); void set(bool value); };
bool CanShowCreateContactGroup();
void CanShowCreateContactGroup(bool value);
public bool CanShowCreateContactGroup { get; set; }
var boolean = userDataAccount.canShowCreateContactGroup;
userDataAccount.canShowCreateContactGroup = boolean;
Public Property CanShowCreateContactGroup As Boolean
Valeur de propriété
Boolean
bool
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|