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
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
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI