SwipeItems Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SwipeItems() |
Initializes a new instance of the SwipeItems class. |
| SwipeItems(IEnumerable<ISwipeItem>) |
Initializes a new instance of the SwipeItems class with the specified swipe items. |
SwipeItems()
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
Initializes a new instance of the SwipeItems class.
public:
SwipeItems();
public SwipeItems();
Public Sub New ()
Applies to
SwipeItems(IEnumerable<ISwipeItem>)
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
- Source:
- SwipeItems.cs
Initializes a new instance of the SwipeItems class with the specified swipe items.
public:
SwipeItems(System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::ISwipeItem ^> ^ swipeItems);
public SwipeItems(System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.ISwipeItem> swipeItems);
new Microsoft.Maui.Controls.SwipeItems : seq<Microsoft.Maui.Controls.ISwipeItem> -> Microsoft.Maui.Controls.SwipeItems
Public Sub New (swipeItems As IEnumerable(Of ISwipeItem))
Parameters
- swipeItems
- IEnumerable<ISwipeItem>
The initial collection of swipe items.