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 瀏覽按鈕。

傳回

指定按鈕的標籤。

適用於

另請參閱