GraphDataObject.GetDataPresent 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
| GetDataPresent(String, Boolean) |
Détermine si le format passé est pris en charge par cet objet de données |
| GetDataPresent(Type) |
Détermine si le format passé est pris en charge |
| GetDataPresent(String) |
Détermine si le format passé est pris en charge |
GetDataPresent(String, Boolean)
Détermine si le format passé est pris en charge par cet objet de données
public:
virtual bool GetDataPresent(System::String ^ format, bool autoConvert);
public bool GetDataPresent (string format, bool autoConvert);
abstract member GetDataPresent : string * bool -> bool
override this.GetDataPresent : string * bool -> bool
Public Function GetDataPresent (format As String, autoConvert As Boolean) As Boolean
Paramètres
- format
- String
Le format souhaité
- autoConvert
- Boolean
Ignoré
Retours
True si le format est pris en charge ; sinon, false.
Implémente
S’applique à
GetDataPresent(Type)
Détermine si le format passé est pris en charge
public:
virtual bool GetDataPresent(Type ^ format);
public bool GetDataPresent (Type format);
abstract member GetDataPresent : Type -> bool
override this.GetDataPresent : Type -> bool
Public Function GetDataPresent (format As Type) As Boolean
Paramètres
- format
- Type
Type représentant le format souhaité
Retours
True si le format est pris en charge ; sinon, false.
Implémente
S’applique à
GetDataPresent(String)
Détermine si le format passé est pris en charge
public:
virtual bool GetDataPresent(System::String ^ format);
public bool GetDataPresent (string format);
abstract member GetDataPresent : string -> bool
override this.GetDataPresent : string -> bool
Public Function GetDataPresent (format As String) As Boolean
Paramètres
- format
- String
Le format souhaité
Retours
True si le format est pris en charge ; sinon, false.