GraphNodeIdName.Get-Methode (String, String, Type)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
Parameter
- name
Typ: System.String
- label
Typ: System.String
- type
Typ: System.Type
Rückgabewert
Typ: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.