UINavigationController.GetRequiredButtonLabel 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索所需 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 导航按钮的枚举。
返回
指定按钮的标签。