GraphNodeIdName.Get, méthode (String, String, Type)
Obtient ou crée un GraphNodeId 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 _
) 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
Paramètres
- name
Type : System.String
Nom du GraphNodeId
- label
Type : System.String
Nom complet.
- type
Type : System.Type
Type.Ce paramètre est ignoré si le nom existe déjà.
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphNodeIdName
GraphNodeId
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.