FileImageSource.Implicit Operator
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
Implicit(FileImageSource to String) | |
Implicit(String to FileImageSource) |
Implicit(FileImageSource to String)
- Source:
- FileImageSource.cs
- Source:
- FileImageSource.cs
public:
static operator System::String ^(Microsoft::Maui::Controls::FileImageSource ^ file);
public static implicit operator string (Microsoft.Maui.Controls.FileImageSource file);
static member op_Implicit : Microsoft.Maui.Controls.FileImageSource -> string
Public Shared Widening Operator CType (file As FileImageSource) As String
Parameters
- file
- FileImageSource
Returns
Applies to
Implicit(String to FileImageSource)
- Source:
- FileImageSource.cs
- Source:
- FileImageSource.cs
public:
static operator Microsoft::Maui::Controls::FileImageSource ^(System::String ^ file);
public static implicit operator Microsoft.Maui.Controls.FileImageSource (string file);
static member op_Implicit : string -> Microsoft.Maui.Controls.FileImageSource
Public Shared Widening Operator CType (file As String) As FileImageSource
Parameters
- file
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.