WispTabletDeviceCollection クラス

定義

WISP タブレット デバイスのデジタイザー デバイスを表す TabletDevice オブジェクトを格納します。

public ref class WispTabletDeviceCollection : System::Windows::Input::TabletDeviceCollection
public class WispTabletDeviceCollection : System.Windows.Input.TabletDeviceCollection
type WispTabletDeviceCollection = class
    inherit TabletDeviceCollection
Public Class WispTabletDeviceCollection
Inherits TabletDeviceCollection
継承
WispTabletDeviceCollection

プロパティ

名前 説明
Count

コレクション内の TabletDevice オブジェクトの数を取得します。

(継承元 TabletDeviceCollection)
IsSynchronized

コレクションへのアクセスが同期されているかどうかを示す値を取得します (スレッド セーフ)。

(継承元 TabletDeviceCollection)
Item[Int32]

コレクション内の指定したインデックス位置にある TabletDevice オブジェクトを取得します。

(継承元 TabletDeviceCollection)
SyncRoot

コレクションへのアクセスを同期するために使用できるオブジェクトを取得します。

(継承元 TabletDeviceCollection)

メソッド

名前 説明
CopyTo(TabletDevice[], Int32)

現在のコレクション内のすべての要素を、指定したコピー先の配列インデックスから開始して、指定した 1 次元配列にコピーします。

(継承元 TabletDeviceCollection)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
ICollection.CopyTo(Array, Int32)

このメンバーは、.NET Framework をサポートしており、コードから使用するためのものではありません。

(継承元 TabletDeviceCollection)
IEnumerable.GetEnumerator()

このメンバーは、.NET Framework をサポートしており、コードから使用するためのものではありません。

(継承元 TabletDeviceCollection)

拡張メソッド

名前 説明
AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象