ElementCompositionPreview 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓您存取 XAML 組合樹狀結構中支援 XAML 元素的組合視覺物件。
public ref class ElementCompositionPreview 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 ElementCompositionPreview final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
class ElementCompositionPreview 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 ElementCompositionPreview
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public sealed class ElementCompositionPreview
Public NotInheritable Class ElementCompositionPreview
- 繼承
- 屬性
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
ElementCompositionPreview 允許使用GetElementVisual方法存取支援 XAML 元素的Windows.UI.Composition.Visual物件。 一旦擷取備份物件,就可以使用 Windows.UI.Composition 命名空間來操作。 這可讓物件的屬性變更,例如方向,或要新增至 XAML 組合樹狀結構的其他物件。
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1703 | 15063 | GetPointerPositionPropertySet |
1703 | 15063 | SetImplicitHideAnimation |
1703 | 15063 | SetImplicitShowAnimation |
1703 | 15063 | SetIsTranslationEnabled |
1903 | 18362 | GetAppWindowContent |
1903 | 18362 | SetAppWindowContent |
Get |
擷取 AppWindow 的內容根目錄。 |
Get |
擷取 Windows.UI.Composition.Visual 物件,該物件會備份 XAML 組合樹狀結構中的 XAML 容器。 |
Get |
擷取先前由SetElementChildVisual呼叫所設定的Windows.UI.Composition.Visual物件。 |
Get |
擷取 Windows.UI.Composition.Visual 物件,該物件會備份 XAML 組合樹狀結構中的 XAML 專案。 |
Get |
擷取相對於 UIElement 的指標位置。 |
Get |
擷取 ScrollViewer 專案的組合屬性。 |
Set |
將 XAML UIElement 設定為 AppWindow 的內容根目錄。 |
Set |
將自訂 Windows.UI.Composition.Visual 設定為專案視覺化樹狀結構的最後一個子系。 |
Set |
將指定的隱藏動畫與 UIElement 產生關聯。 |
Set |
將指定的顯示動畫與 UIElement 產生關聯。 |
Set |
切換設定、動畫及使用轉譯時間後版面配置轉譯轉換的能力,以使用組合 API 將 XAML 元素放置在螢幕上。 |
產品 | 版本 |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |