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 : System.String
XML à examiner
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.