次の方法で共有


IChannelCapability.SupportsKeyboards(Int32) メソッド

定義

チャネルがキーボードをサポートしているかどうかを示します。

public bool SupportsKeyboards (int buttonCount);
abstract member SupportsKeyboards : int -> bool
Public Function SupportsKeyboards (buttonCount As Integer) As Boolean

パラメーター

buttonCount
Int32

ボタンの数。

戻り値

True を指定すると、チャネルでボタンの数がサポートされます。それ以外の場合は false。

適用対象