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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI