Condividi tramite


UINavigationController.GetRequiredButtonLabel Metodo

Definizione

Recupera un'etichetta per un pulsante di spostamento dell'interfaccia utente richiesto.

public:
 virtual GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button) = GetRequiredButtonLabel;
GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons const& button);
public GameControllerButtonLabel GetRequiredButtonLabel(RequiredUINavigationButtons button);
function getRequiredButtonLabel(button)
Public Function GetRequiredButtonLabel (button As RequiredUINavigationButtons) As GameControllerButtonLabel

Parametri

button
RequiredUINavigationButtons

Enumerazione che indica il pulsante di spostamento dell'interfaccia utente di cui recuperare l'etichetta.

Restituisce

Etichetta del pulsante specificato.

Si applica a

Vedi anche