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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI