Freigeben über


UINavigationController.GetOptionalButtonLabel Methode

Definition

Ruft eine Bezeichnung für eine optionale Navigationsschaltfläche der Benutzeroberfläche ab.

public:
 virtual GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons button) = GetOptionalButtonLabel;
GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons const& button);
public GameControllerButtonLabel GetOptionalButtonLabel(OptionalUINavigationButtons button);
function getOptionalButtonLabel(button)
Public Function GetOptionalButtonLabel (button As OptionalUINavigationButtons) As GameControllerButtonLabel

Parameter

button
OptionalUINavigationButtons

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