GraphNodeIdName::Get Method (String^, String^, Type^)

 

Get or Create a GraphNodeId based on the name, type and formatter.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static GraphNodeIdName^ Get(
	String^ name,
	String^ label,
	Type^ type
)

Parameters

name
Type: System::String^

The name of the GraphNodeId

label
Type: System::String^

The display name

type
Type: System::Type^

The type. This parameter is ignored if the name already exists before.

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeIdName^

The GraphNodeId

Return to top
Show: