ImageSource.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(String to ImageSource)
- Source:
- ImageSource.cs
- Source:
- ImageSource.cs
- Source:
- ImageSource.cs
public:
static operator Microsoft::Maui::Controls::ImageSource ^(System::String ^ source);
public static implicit operator Microsoft.Maui.Controls.ImageSource(string source);
static member op_Implicit : string -> Microsoft.Maui.Controls.ImageSource
Public Shared Widening Operator CType (source As String) As ImageSource
Parameters
- source
- String
Returns
Applies to
Implicit(Uri to ImageSource)
- Source:
- ImageSource.cs
- Source:
- ImageSource.cs
- Source:
- ImageSource.cs
public:
static operator Microsoft::Maui::Controls::ImageSource ^(Uri ^ uri);
public static implicit operator Microsoft.Maui.Controls.ImageSource(Uri uri);
static member op_Implicit : Uri -> Microsoft.Maui.Controls.ImageSource
Public Shared Widening Operator CType (uri As Uri) As ImageSource
Parameters
- uri
- Uri
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.