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

  • markup
    Type : String

    XML à examiner

Valeur de retour

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

Notes

Toutes les exceptions sont interceptées et false sont retournés s'il existe des erreurs essayant de déterminer si xml est dgml

Sécurité .NET Framework

Voir aussi

Référence

GraphDataObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms