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 导航按钮的枚举。

返回

指定按钮的标签。

适用于

另请参阅