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

 

Get or Create a GraphNodeIdName 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,
	bool escapeEmbedded
)

Parameters

name
Type: System::String^

The name of the GraphNodeIdName

label
Type: System::String^

The display name

type
Type: System::Type^

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

escapeEmbedded
Type: System::Boolean

Whether to escape potentially embedded GraphNodeId's for this Name

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphNodeIdName^

The GraphNodeIdName

Return to top
Show: