Partager via


GraphDataObject.GetDataPresent, méthode (Type)

Détermine si l'objet passé au format est pris en charge

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
Public Function GetDataPresent ( _
    format As Type _
) As Boolean
public bool GetDataPresent(
    Type format
)
public:
virtual bool GetDataPresent(
    Type^ format
) sealed
abstract GetDataPresent : 
        format:Type -> bool 
override GetDataPresent : 
        format:Type -> bool 
public final function GetDataPresent(
    format : Type
) : boolean

Paramètres

  • format
    Type : System.Type
    Type représentant le format souhaité

Valeur de retour

Type : System.Boolean
True si le format est pris en charge ; sinon, false

Implémentations

IDataObject.GetDataPresent(Type)

Sécurité .NET Framework

Voir aussi

Référence

GraphDataObject Classe

GetDataPresent, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms