Sdílet prostřednictvím


GraphNodeId.GetLiteral – metoda

Získá literál GraphNodeId získány analýzou řetězce daný identifikátor.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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

Parametry

  • id
    Typ: String

    Identifikátor řetězce pro analyzu.

Vrácená hodnota

Typ: Microsoft.VisualStudio.GraphModel.GraphNodeId
GraphNodeId analyzovat.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

GraphNodeId Třída

Microsoft.VisualStudio.GraphModel – obor názvů