Partager via


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

Voir aussi

Référence

GraphNodeId Classe

Microsoft.VisualStudio.GraphModel, espace de noms