Freigeben über


UINavigationController.GetRequiredButtonLabel Methode

Definition

Ruft eine Bezeichnung für eine erforderliche Ui-Navigationsschaltfläche ab.

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

Parameter

button
RequiredUINavigationButtons

Enumeration, die die Navigationsschaltfläche der Benutzeroberfläche angibt, deren Bezeichnung abgerufen werden soll.

Gibt zurück

Die Bezeichnung der angegebenen Schaltfläche.

Gilt für:

Weitere Informationen