RacingWheel.GetButtonLabel(RacingWheelButtons) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取指定按鈕的按鈕標籤。
public:
virtual GameControllerButtonLabel GetButtonLabel(RacingWheelButtons button) = GetButtonLabel;
GameControllerButtonLabel GetButtonLabel(RacingWheelButtons const& button);
public GameControllerButtonLabel GetButtonLabel(RacingWheelButtons button);
function getButtonLabel(button)
Public Function GetButtonLabel (button As RacingWheelButtons) As GameControllerButtonLabel
參數
- button
- RacingWheelButtons
要擷取標籤的按鈕。
傳回
傳回指定按鈕的按鈕標籤。 如果按鈕標籤是空白的,或控制器的按鈕沒有已知的標籤,則會傳回 None 。