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) |
|