次の方法で共有


TabletPropertyDescriptionCollection.Item プロパティ

インデックス位置でパケット プロパティの説明を取得または設定します。

名前空間 :  Microsoft.Ink
アセンブリ :  Microsoft.Ink (Microsoft.Ink.dll 内)

構文

'宣言
Public Property Item ( _
    index As Integer _
) As TabletPropertyDescription
'使用
Dim instance As TabletPropertyDescriptionCollection
Dim index As Integer
Dim value As TabletPropertyDescription

value = instance.Item(index)

instance.Item(index) = value
public TabletPropertyDescription Item[
    int index
] { get; set; }
public:
property TabletPropertyDescription^ Item[int index] {
    TabletPropertyDescription^ get (int index);
    void set (int index, TabletPropertyDescription^ value);
}
/** @property */
public TabletPropertyDescription get_Item(
    int index
)
/** @property */
public  void set_Item(TabletPropertyDescription value)
JScript では、インデックス付きプロパティはサポートされません。

パラメータ

  • index
    型 : System.Int32
    パケット プロパティの説明のインデックス。

プロパティ値

型 : Microsoft.Ink.TabletPropertyDescription
指定されたインデックスにあるパケット プロパティの説明。

解説

index が TabletPropertyDescriptionCollection コレクションの既存のメンバと一致しない場合は ArgumentOutOfRangeException がスローされます。

プラットフォーム

Windows Vista

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

TabletPropertyDescriptionCollection クラス

TabletPropertyDescriptionCollection メンバ

Microsoft.Ink 名前空間

TabletPropertyDescription