Compartilhar via


UINavigationController.GetRequiredButtonLabel Método

Definição

Recupera um rótulo para um botão de navegação de interface do usuário necessário.

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

Parâmetros

button
RequiredUINavigationButtons

Enumeração que indica o botão de navegação da interface do usuário cujo rótulo recuperar.

Retornos

O rótulo do botão especificado.

Aplica-se a

Confira também