Compartir a través de


GraphNodeIdName.Get (Método) (String, String, Type)

Obtenga o cree un GraphNodeId basado en el nombre, el tipo y el formateador.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
Public Shared Function Get ( _
    name As String, _
    label As String, _
    type As Type _
) As GraphNodeIdName
public static GraphNodeIdName Get(
    string name,
    string label,
    Type type
)
public:
static GraphNodeIdName^ Get(
    String^ name, 
    String^ label, 
    Type^ type
)
static member Get : 
        name:string * 
        label:string * 
        type:Type -> GraphNodeIdName 
public static function Get(
    name : String, 
    label : String, 
    type : Type
) : GraphNodeIdName

Parámetros

  • type
    Tipo: System.Type
    Tipo.Se omite este parámetro si el nombre ya existe antes.

Valor devuelto

Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
El GraphNodeId

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeIdName Clase

Get (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)