Partager via


GraphNodeIdName.Get, méthode (String, String, Type, Boolean)

Obtient ou crée un GraphNodeIdName en fonction du nom, du type et du formateur.

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

Syntaxe

'Déclaration
Public Shared Function Get ( _
    name As String, _
    label As String, _
    type As Type, _
    escapeEmbedded As Boolean _
) As GraphNodeIdName
public static GraphNodeIdName Get(
    string name,
    string label,
    Type type,
    bool escapeEmbedded
)
public:
static GraphNodeIdName^ Get(
    String^ name, 
    String^ label, 
    Type^ type, 
    bool escapeEmbedded
)
static member Get : 
        name:string * 
        label:string * 
        type:Type * 
        escapeEmbedded:bool -> GraphNodeIdName 
public static function Get(
    name : String, 
    label : String, 
    type : Type, 
    escapeEmbedded : boolean
) : GraphNodeIdName

Paramètres

  • type
    Type : System.Type
    Type.Ce paramètre est ignoré si le nom existe déjà.
  • escapeEmbedded
    Type : System.Boolean
    Indique s'il faut échapper le GraphNodeId potentiellement incorporé pour ce nom

Valeur de retour

Type : Microsoft.VisualStudio.GraphModel.GraphNodeIdName
GraphNodeIdName

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeIdName Classe

Get, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms