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