Share via


GraphCommandDefinition.Label Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The readable label for this command.

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

Syntax

'Declaration
Public Property Label As String
public string Label { get; private set; }
public:
property String^ Label {
    String^ get ();
    private: void set (String^ value);
}
member Label : string with get, private set
function get Label () : String 
private function set Label (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

GraphCommandDefinition Class

Microsoft.VisualStudio.GraphModel Namespace