ItemProperty.IsUserProperty 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.
Retourne une valeur booléenne (bool en C#) qui indique si la propriété d’élément est une propriété personnalisée créée par l’utilisateur. En lecture seule.
public:
property bool IsUserProperty { bool get(); };
public bool IsUserProperty { get; }
Public ReadOnly Property IsUserProperty As Boolean