SwipeItems 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class SwipeItems : Microsoft::Maui::Controls::Element, System::Collections::Generic::ICollection<Microsoft::Maui::Controls::ISwipeItem ^>, System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::ISwipeItem ^>, System::Collections::Generic::IList<Microsoft::Maui::Controls::ISwipeItem ^>, System::Collections::Specialized::INotifyCollectionChanged
public class SwipeItems : Microsoft.Maui.Controls.Element, System.Collections.Generic.ICollection<Microsoft.Maui.Controls.ISwipeItem>, System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.ISwipeItem>, System.Collections.Generic.IList<Microsoft.Maui.Controls.ISwipeItem>, System.Collections.Specialized.INotifyCollectionChanged
type SwipeItems = class
inherit Element
interface IList<ISwipeItem>
interface ICollection<ISwipeItem>
interface seq<ISwipeItem>
interface IEnumerable
interface INotifyCollectionChanged
Public Class SwipeItems
Inherits Element
Implements ICollection(Of ISwipeItem), IEnumerable(Of ISwipeItem), IList(Of ISwipeItem), INotifyCollectionChanged
- 상속
- 구현
생성자
SwipeItems() | |
SwipeItems(IEnumerable<ISwipeItem>) |
필드
ModeProperty |
에 대한 바인딩 가능한 속성입니다 Mode. |
SwipeBehaviorOnInvokedProperty |
에 대한 바인딩 가능한 속성입니다 SwipeBehaviorOnInvoked. |
transientNamescope | (다음에서 상속됨 Element) |
속성
AutomationId |
자동화 프레임워크가 이 요소를 찾고 상호 작용할 수 있는 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
BindingContext |
이 BindableObject속성에 속하는 바인딩된 속성의 대상이 되는 속성을 포함하는 개체를 가져오거나 설정합니다. 이는 바인딩 가능한 속성입니다. (다음에서 상속됨 BindableObject) |
ClassId |
의미상 유사한 요소의 컬렉션을 식별하는 데 사용되는 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
Count | |
Dispatcher |
이 바인딩 가능한 개체를 만들 때 사용할 수 있었던 디스패처를 가져오고, 그렇지 않으면 사용 가능한 가장 가까운 디스패처(창/앱)를 찾으려고 시도합니다. (다음에서 상속됨 BindableObject) |
EffectControlProvider |
.NET MAUI에서 내부적으로 사용합니다. (다음에서 상속됨 Element) |
Effects |
런타임 동안 요소에 적용할 스타일 및 속성을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
Handler |
이 요소에 연결된 처리기를 가져오거나 설정합니다. (다음에서 상속됨 Element) |
Id |
애플리케이션을 실행하는 동안 요소를 고유하게 식별하는 데 사용할 수 있는 값을 가져옵니다. (다음에서 상속됨 Element) |
IsReadOnly | |
Item[Int32] | |
LogicalChildren |
사용되지 않음.
(다음에서 상속됨 Element)
|
Mode | |
Parent |
이 요소의 부모를 Element 가져오거나 설정합니다. (다음에서 상속됨 Element) |
RealParent |
.NET MAUI에서 내부적으로 사용합니다. (다음에서 상속됨 Element) |
StyleId |
요소를 고유하게 식별하는 사용자 정의 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
SwipeBehaviorOnInvoked |
메서드
이벤트
BindingContextChanged |
BindingContext 속성 값이 변경되면 발생합니다. (다음에서 상속됨 BindableObject) |
ChildAdded |
자식 요소가 요소에 추가될 때마다 발생합니다. (다음에서 상속됨 Element) |
ChildRemoved |
자식 요소가 요소에서 제거될 때마다 발생합니다. (다음에서 상속됨 Element) |
CollectionChanged | |
DescendantAdded |
자식 요소가 요소의 하위 트리에 추가될 때마다 발생합니다. (다음에서 상속됨 Element) |
DescendantRemoved |
자식 요소가 요소 하위 트리에서 제거될 때마다 발생합니다. (다음에서 상속됨 Element) |
HandlerChanged |
요소의 처리기가 변경될 때마다 발생합니다. (다음에서 상속됨 Element) |
HandlerChanging |
요소의 처리기가 변경되기 시작할 때마다 발생합니다. (다음에서 상속됨 Element) |
ParentChanged |
요소의 부모가 변경될 때마다 발생합니다. (다음에서 상속됨 Element) |
ParentChanging |
요소의 변경이 시작될 때마다 발생합니다. (다음에서 상속됨 Element) |
PropertyChanged |
속성 값이 변경되면 발생합니다. (다음에서 상속됨 BindableObject) |
PropertyChanging |
속성 값이 변경되면 발생합니다. (다음에서 상속됨 BindableObject) |
명시적 인터페이스 구현
확장 메서드
적용 대상
.NET MAUI