WispTabletDeviceCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 TabletDevice 物件,代表 WISP 平板電腦裝置的數位板裝置。
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
- 繼承
屬性
Count |
取得集合中 TabletDevice 物件的數目。 (繼承來源 TabletDeviceCollection) |
IsSynchronized |
取得值,這個值會指出是否同步處理對集合的存取 (具備執行緒安全)。 (繼承來源 TabletDeviceCollection) |
Item[Int32] |
取得集合中位於指定索引處的 TabletDevice 物件。 (繼承來源 TabletDeviceCollection) |
SyncRoot |
取得物件,這個物件可以用來對集合進行同步存取。 (繼承來源 TabletDeviceCollection) |
方法
CopyTo(TabletDevice[], Int32) |
從指定之目的陣列索引開始,將目前集合之所有項目複製到指定的一維陣列。 (繼承來源 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) |
將 IEnumerable 轉換成 IQueryable。 |