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