GraphNodeId.GetLiteral, méthode
Obtient un GraphNodeId littéral analysé de la chaîne d'identification donnée.
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Shared Function GetLiteral ( _
id As String _
) As GraphNodeId
public static GraphNodeId GetLiteral(
string id
)
public:
static GraphNodeId^ GetLiteral(
String^ id
)
static member GetLiteral :
id:string -> GraphNodeId
public static function GetLiteral(
id : String
) : GraphNodeId
Paramètres
- id
Type : System.String
La chaîne d'identification à analyser.
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeId
Le GraphNodeId est analysé.
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.