VmmAddInBase.GetButtonLabelString Method ()

 

Applies To: System Center 2016 - Virtual Machine Manager

Returns the string shown on the ribbon button label.

Namespace:   Microsoft.SystemCenter.VirtualMachineManager.UIAddIns
Assembly:  Microsoft.SystemCenter.VirtualMachineManager.UIAddIns (in Microsoft.SystemCenter.VirtualMachineManager.UIAddIns.dll)

Syntax

public virtual string GetButtonLabelString()
public:
virtual String^ GetButtonLabelString()
abstract GetButtonLabelString : unit -> string
override GetButtonLabelString : unit -> string
Public Overridable Function GetButtonLabelString As String

Return Value

Type: System.String

Type: String

The ribbon button label.

Remarks

If a null value is returned, the ribbon label defined in the manifest XML file will be used.

See Also

VmmAddInBase Class
Microsoft.SystemCenter.VirtualMachineManager.UIAddIns Namespace

Return to top