Partilhar via


OnErrorType.Implicit Operador

Definição

Sobrecargas

Implicit(OnErrorType to String)

Operador implícito para converter OnErrorType em cadeia de caracteres

Implicit(String to OnErrorType)

Operador implícito para converter cadeia de caracteres em OnErrorType

Implicit(OnErrorType to String)

Operador implícito para converter OnErrorType em cadeia de caracteres

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

Parâmetros

Retornos

Aplica-se a

Implicit(String to OnErrorType)

Operador implícito para converter cadeia de caracteres em OnErrorType

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

Parâmetros

value
String

Retornos

Aplica-se a