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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.