UINavigationController.GetRequiredButtonLabel メソッド

定義

必要な UI ナビゲーション ボタンのラベルを取得します。

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

取得するラベルを持つ UI ナビゲーション ボタンを示す列挙。

戻り値

指定したボタンのラベル。

適用対象

こちらもご覧ください