共用方式為


RealTimeStylusEnabledData.Item 屬性

取得集合中位於指定位置的 TabletContextId 物件。

命名空間:  Microsoft.StylusInput.PluginData
組件:  Microsoft.Ink (在 Microsoft.Ink.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As Integer
'用途
Dim instance As RealTimeStylusEnabledData
Dim index As Integer
Dim value As Integer

value = instance.Item(index)
public int Item[
    int index
] { get; }
public:
property int Item[int index] {
    int get (int index);
}
/** @property */
public int get_Item(
    int index
)
JScript 不支援索引屬性。

參數

屬性值

型別:System.Int32
集合中位於指定位置的 TabletContextId

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.0

請參閱

參考

RealTimeStylusEnabledData 類別

RealTimeStylusEnabledData 成員

Microsoft.StylusInput.PluginData 命名空間