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