DragPatternIdentifiers 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 IDragProvider用來作為識別碼的值。
public ref class DragPatternIdentifiers sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragPatternIdentifiers final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragPatternIdentifiers
Public NotInheritable Class DragPatternIdentifiers
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
DragPatternIdentifiers 之類的類別是 Microsoft UI 自動化通用提供者模式之Windows 執行階段實作的識別碼。 如果您要實作Windows 執行階段自訂自動化對等,報告其 GetPattern實作中IDragProvider的支援,您可以使用這些識別碼。 從參考您自己的對等的控制項程式碼,或針對專案容器對等中的FindItemByProperty,RaisePropertyChangedEvent呼叫需要這些識別碼。
根據用戶端用來實作用戶端並檢查 Microsoft UI 自動化樹狀結構所使用的技術,此模式通常會以不同的方式公開給用戶端。 IDragProvider 也會以元件物件模型的形式呈現 (COM) 介面。
屬性
DropEffectProperty |
取得 DropEffect 自動化屬性的識別碼。 |
DropEffectsProperty |
取得 DropEffects 自動化屬性的識別碼。 |
GrabbedItemsProperty |
取得 GrabbedItems 自動化屬性的識別碼。 |
IsGrabbedProperty |
取得 IsGrabbed 自動化屬性的識別碼。 |