Partager via


StretchMode.Implicit Opérateur

Définition

Surcharges

Implicit(StretchMode to String)

Opérateur implicite pour convertir StretchMode en chaîne

Implicit(String to StretchMode)

Opérateur implicite pour convertir une chaîne en StretchMode

Implicit(StretchMode to String)

Opérateur implicite pour convertir StretchMode en chaîne

public static implicit operator string (Microsoft.Azure.Management.Media.Models.StretchMode e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.StretchMode -> string
Public Shared Widening Operator CType (e As StretchMode) As String

Paramètres

Retours

S’applique à

Implicit(String to StretchMode)

Opérateur implicite pour convertir une chaîne en StretchMode

public static implicit operator Microsoft.Azure.Management.Media.Models.StretchMode (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.StretchMode
Public Shared Widening Operator CType (value As String) As StretchMode

Paramètres

value
String

Retours

S’applique à