SwipeItems 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public class SwipeItems : Xamarin.Forms.Element, System.Collections.Generic.ICollection<Xamarin.Forms.ISwipeItem>, System.Collections.Generic.IEnumerable<Xamarin.Forms.ISwipeItem>, System.Collections.Generic.IList<Xamarin.Forms.ISwipeItem>, System.Collections.Specialized.INotifyCollectionChanged
type SwipeItems = class
inherit Element
interface IList<ISwipeItem>
interface ICollection<ISwipeItem>
interface seq<ISwipeItem>
interface IEnumerable
interface INotifyCollectionChanged
- 상속
- 구현
-
System.Collections.Generic.ICollection<T> System.Collections.Generic.ICollection<ISwipeItem> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IEnumerable<ISwipeItem> System.Collections.Generic.IList<ISwipeItem> System.Collections.IEnumerable System.Collections.Specialized.INotifyCollectionChanged
생성자
| SwipeItems() | |
| SwipeItems(IEnumerable<ISwipeItem>) |
필드
| ModeProperty | |
| SwipeBehaviorOnInvokedProperty |
속성
| AutomationId |
자동화 프레임워크가 이 요소를 찾고 상호 작용할 수 있는 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
| BindingContext |
이 BindableObject에 속하는 바인딩된 속성에 의해 대상으로 지정될 속성을 포함하는 개체를 가져오거나 설정합니다. (다음에서 상속됨 BindableObject) |
| ClassId |
의미상 유사한 요소의 컬렉션을 식별하는 데 사용되는 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
| Count | |
| Dispatcher | (다음에서 상속됨 BindableObject) |
| EffectControlProvider |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 Element) |
| Effects |
이 항목에 적용되는 효과의 목록입니다. (다음에서 상속됨 Element) |
| Id |
애플리케이션의 실행을 통해 요소를 고유하게 식별하는 데 사용할 수 있는 값을 가져옵니다. (다음에서 상속됨 Element) |
| IsReadOnly | |
| Item[Int32] | |
| LogicalChildren |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 Element) |
| Mode | |
| Parent |
요소의 부모 요소를 가져오거나 설정합니다. (다음에서 상속됨 Element) |
| ParentView |
사용되지 않음.
이 요소의 가장 가까운 상위 요소인 VisualElement를 가져옵니다. (다음에서 상속됨 Element) |
| Platform |
사용되지 않음.
(다음에서 상속됨 Element)
|
| RealParent |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 Element) |
| StyleId |
요소를 고유하게 식별하는 사용자 정의 값을 가져오거나 설정합니다. (다음에서 상속됨 Element) |
| SwipeBehaviorOnInvoked | |
메서드
이벤트
| BindingContextChanged |
BindingContext 속성이 변경될 때마다 발생됩니다. (다음에서 상속됨 BindableObject) |
| ChildAdded |
자식 요소가 요소에 추가될 때마다 발생합니다. (다음에서 상속됨 Element) |
| ChildRemoved |
자식 요소가 요소에서 제거될 때마다 발생합니다. (다음에서 상속됨 Element) |
| CollectionChanged | |
| DescendantAdded |
자식 요소가 요소 하위 트리에 추가될 때마다 발생합니다. (다음에서 상속됨 Element) |
| DescendantRemoved |
자식 요소가 요소 하위 트리에서 제거될 때마다 발생합니다. (다음에서 상속됨 Element) |
| PlatformSet |
사용되지 않음.
(다음에서 상속됨 Element)
|
| PropertyChanged |
속성이 변경된 경우 발생됩니다. (다음에서 상속됨 BindableObject) |
| PropertyChanging |
속성이 변경되려고 할 때 발생됩니다. (다음에서 상속됨 BindableObject) |
명시적 인터페이스 구현
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 BindableObject) |
| IElementController.SetValueFromRenderer(BindableProperty, Object) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. (다음에서 상속됨 Element) |
| IEnumerable.GetEnumerator() | |
| INameScope.RegisterName(String, Object) |
내부 전용입니다. (다음에서 상속됨 Element) |
확장 메서드
| GetPropertyIfSet<T>(BindableObject, BindableProperty, T) | |
| SetAppThemeColor(BindableObject, BindableProperty, Color, Color) | |
| SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
속성에 바인딩을 만들고 적용합니다. |
| SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
사용되지 않음.
식에서 바인딩을 만들고 적용합니다. |
| SetOnAppTheme<T>(BindableObject, BindableProperty, T, T) | |
| ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
| IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
| Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms 플랫폼에서 내부용으로 사용합니다. |
| FindByName<T>(Element, String) |
|