GraphPathSerializationDictionary.GetPath, méthode
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
Valeur de retour
Type : System.String
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.