GraphNode::Label Property

 

Displayable label for the node.

If no label is defined, this returns the Id so we always have something to display to the user.

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

public:
property String^ Label {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: