Partager via


GraphPathSerializationDictionary.GetPath, méthode

Obtient la valeur du chemin d'accès portant le nom donné.

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

Syntaxe

'Déclaration
Public Function GetPath ( _
    name As String _
) As String
public string GetPath(
    string name
)
public:
String^ GetPath(
    String^ name
)
member GetPath : 
        name:string -> string 
public function GetPath(
    name : String
) : String

Paramètres

  • name
    Type : System.String
    Le nom du chemin enregistré via ajouter.

Valeur de retour

Type : System.String
Nom, ou Null s'il est introuvable

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Microsoft.VisualStudio.GraphModel, espace de noms