VmmAddInBase.GetButtonLabelString Method ()

System Center
 

Updated: June 20, 2017

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)

public virtual string GetButtonLabelString()

Return Value

Type: System.String

Type: String

The ribbon button label.

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

Return to top
Show: