UINavigationController.GetRequiredButtonLabel Метод

Определение

Извлекает метку для требуемой кнопки навигации в пользовательском интерфейсе.

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

Параметры

button
RequiredUINavigationButtons

Перечисление, указывающее кнопку навигации пользовательского интерфейса, метку которой требуется извлечь.

Возвращаемое значение

Метка указанной кнопки.

Применяется к

См. также раздел