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