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)

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象