命名空间: 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
参数
- name
类型:System.String
- label
类型:System.String
- type
类型:System.Type
返回值
类型:Microsoft.VisualStudio.GraphModel.GraphNodeIdName
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。