GraphNodeIdName.Get 方法 (String, String, Type)

命名空间:  Microsoft.VisualStudio.GraphModel
程序集:  Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.GraphModel.GraphNodeIdName

.NET Framework 安全性

请参见

参考

GraphNodeIdName 类

Get 重载

Microsoft.VisualStudio.GraphModel 命名空间