Método GraphNodeIdName.Get (String, String, Type)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
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
- name
Tipo: System.String
- label
Tipo: System.String
- type
Tipo: System.Type
Valor de retorno
Tipo: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.