SwipeItems 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 SwipeItem 物件的集合。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItems (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class SwipeItems : DependencyObject, IIterable<SwipeItem>, IVector<SwipeItem>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SwipeItems : DependencyObject, IIterable<SwipeItem>, IVector<SwipeItem>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class SwipeItems : DependencyObject, IEnumerable<SwipeItem>, IList<SwipeItem>
function SwipeItems()
Public Class SwipeItems
Inherits DependencyObject
Implements IEnumerable(Of SwipeItem), IList(Of SwipeItem)
<SwipeControl>
<SwipeControl.TopItems>
oneOrMoreSwipeItemDefinitions
</SwipeControl.TopItems>
</SwipeControl>
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
範例
建構函式
SwipeItems() |
初始化 SwipeItems 類別的新實例。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItems.-ctor (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。 |
屬性
Dispatcher |
取得與此物件相關聯的 CoreDispatcher 。 CoreDispatcher代表可以存取 UI 執行緒上DependencyObject的功能,即使程式碼是由非 UI 執行緒起始也一樣。 (繼承來源 DependencyObject) |
Mode |
取得或設定值,這個值表示撥動互動的效果。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItems.Mode (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。 |
ModeProperty |
識別 Mode 相依性屬性。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItems.ModeProperty (在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。 |
Size |
取得集合的大小 (計數) 。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.SwipeItems.Size (for WinUI in the Windows 應用程式 SDK,請參閱) Windows 應用程式 SDK命名空間。 |