Image.SetFile 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
SetFile(BindableObject, String) | |
SetFile(IPlatformElementConfiguration<Tizen,Image>, String) |
SetFile(BindableObject, String)
- Source:
- Image.cs
- Source:
- Image.cs
public:
static void SetFile(Microsoft::Maui::Controls::BindableObject ^ element, System::String ^ file);
public static void SetFile (Microsoft.Maui.Controls.BindableObject element, string file);
static member SetFile : Microsoft.Maui.Controls.BindableObject * string -> unit
Public Sub SetFile (element As BindableObject, file As String)
Parameters
- element
- BindableObject
- file
- String
Applies to
SetFile(IPlatformElementConfiguration<Tizen,Image>, String)
- Source:
- Image.cs
- Source:
- Image.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Image ^> ^ SetFile(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Image ^> ^ config, System::String ^ file);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Image> SetFile (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Image> config, string file);
static member SetFile : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Image> * string -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Image>
<Extension()>
Public Function SetFile (config As IPlatformElementConfiguration(Of Tizen, Image), file As String) As IPlatformElementConfiguration(Of Tizen, Image)
Parameters
- config
- IPlatformElementConfiguration<Tizen,Image>
- file
- String
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.