共用方式為


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。

適用於