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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.