DataPointCustomProperties.IsCustomPropertySet(String) 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.
Détermine si la propriété personnalisée portant le nom spécifié a été définie.
public:
virtual bool IsCustomPropertySet(System::String ^ name);
public virtual bool IsCustomPropertySet (string name);
abstract member IsCustomPropertySet : string -> bool
override this.IsCustomPropertySet : string -> bool
Public Overridable Function IsCustomPropertySet (name As String) As Boolean
Paramètres
- name
- String
Nom de la propriété personnalisée à vérifier.
Retours
true
si la propriété personnalisée a été définie ; sinon, false
.