RefreshView.GetRefreshPullDirection Method
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
GetRefreshPullDirection(BindableObject) | |
GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>) |
GetRefreshPullDirection(BindableObject)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
public:
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection GetRefreshPullDirection(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection GetRefreshPullDirection(Microsoft.Maui.Controls.BindableObject element);
static member GetRefreshPullDirection : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
Public Function GetRefreshPullDirection (element As BindableObject) As RefreshView.RefreshPullDirection
Parameters
- element
- BindableObject
Returns
Applies to
GetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection GetRefreshPullDirection(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::RefreshView ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection GetRefreshPullDirection(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.RefreshView> config);
static member GetRefreshPullDirection : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.RefreshView> -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection
<Extension()>
Public Function GetRefreshPullDirection (config As IPlatformElementConfiguration(Of Windows, RefreshView)) As RefreshView.RefreshPullDirection
Parameters
Returns
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.