GraphNodeIdName::Get Method (String^, String^, Type^, Boolean)
Visual Studio 2015
Get or Create a GraphNodeIdName based on the name, type and formatter.
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
Show: