SwipeItems 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SwipeItem 개체의 컬렉션을 나타냅니다.
UWP용 동등한 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems(Windows 앱 SDK WinUI의 경우 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에서 도입되었습니다.)
|
예제
팁
자세한 정보, 디자인 지침 및 코드 예제는 살짝 밀기 를 참조하세요.
WinUI 2 갤러리 앱이 설치된 경우 여기를 클릭하여 앱을 열고 SwipeControl 작동을 확인합니다.
생성자
SwipeItems() |
SwipeItems 클래스의 새 인스턴스를 초기화합니다. UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.-ctor(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조). |
속성
Dispatcher |
이 개체가 연결된 CoreDispatcher 를 가져옵니다. CoreDispatcher는 코드가 비 UI 스레드에서 시작되더라도 UI 스레드에서 DependencyObject에 액세스할 수 있는 기능을 나타냅니다. (다음에서 상속됨 DependencyObject) |
Mode |
살짝 밀기 상호 작용의 효과를 나타내는 값을 가져오거나 설정합니다. UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.Mode(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조). |
ModeProperty |
모드 종속성 속성을 식별합니다. UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.ModeProperty(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조). |
Size |
컬렉션의 크기(개수)를 가져옵니다. UWP에 해당하는 WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.Size(Windows 앱 SDK WinUI의 경우 Windows 앱 SDK 네임스페이스 참조). |