Partager via


GraphDataObject.IsDgml, méthode

Détermine si le xml donné commence par DirectedGraph

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

Syntaxe

'Déclaration
Public Shared Function IsDgml ( _
    markup As String _
) As Boolean
public static bool IsDgml(
    string markup
)
public:
static bool IsDgml(
    String^ markup
)
static member IsDgml : 
        markup:string -> bool 
public static function IsDgml(
    markup : String
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
True si DirectedGraph est le premier élément du xml, sinon false

Notes

Toutes les exceptions sont interceptées et false est retourné s'il y a des erreurs lorsque vous tentez de déterminer si le xml est dgml

Sécurité .NET Framework

Voir aussi

Référence

GraphDataObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms