RefreshView.SetRefreshPullDirection 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
SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection) | |
SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection) |
SetRefreshPullDirection(BindableObject, RefreshView+RefreshPullDirection)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
public:
static void SetRefreshPullDirection(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection value);
public static void SetRefreshPullDirection (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> unit
Public Sub SetRefreshPullDirection (element As BindableObject, value As RefreshView.RefreshPullDirection)
Parameters
- element
- BindableObject
Applies to
SetRefreshPullDirection(IPlatformElementConfiguration<Windows,RefreshView>, RefreshView+RefreshPullDirection)
- Source:
- RefreshView.cs
- Source:
- RefreshView.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::RefreshView ^> ^ SetRefreshPullDirection(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::RefreshView ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::RefreshView::RefreshPullDirection value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.RefreshView> SetRefreshPullDirection (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.RefreshView> config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection value);
static member SetRefreshPullDirection : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.RefreshView> * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.RefreshView.RefreshPullDirection -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.RefreshView>
<Extension()>
Public Function SetRefreshPullDirection (config As IPlatformElementConfiguration(Of Windows, RefreshView), value As RefreshView.RefreshPullDirection) As IPlatformElementConfiguration(Of Windows, RefreshView)
Parameters
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI