TabletPropertyDescriptionCollection.Item プロパティ
[このドキュメントはプレビュー版であり、後のリリースで変更されることがあります。 空白のトピックは、プレースホルダーとして挿入されています。]
名前空間: Microsoft.Ink
アセンブリ: Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Property Item ( _
index As Integer _
) As TabletPropertyDescription
Get
Set
'使用
Dim instance As TabletPropertyDescriptionCollection
Dim index As Integer
Dim value As TabletPropertyDescription
value = instance.Item(index)
instance.Item(index) = value
public TabletPropertyDescription this[
int index
] { get; set; }
public:
property TabletPropertyDescription^ Item[int index] {
TabletPropertyDescription^ get (int index);
void set (int index, TabletPropertyDescription^ value);
}
JScript では、インデックス付きプロパティはサポートされません。
member Item : TabletPropertyDescription with get, set
パラメーター
- index
型 : System.Int32
プロパティ値
型 : Microsoft.Ink.TabletPropertyDescription
プラットフォーム
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
TabletPropertyDescriptionCollection クラス