Compartilhar via


InterleaveOutput.Implicit Operador

Definição

Sobrecargas

Implicit(InterleaveOutput to String)

Operador implícito para converter InterleaveOutput em cadeia de caracteres

Implicit(String to InterleaveOutput)

Operador implícito para converter cadeia de caracteres em InterleaveOutput

Implicit(InterleaveOutput to String)

Operador implícito para converter InterleaveOutput em cadeia de caracteres

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

Parâmetros

Retornos

Aplica-se a

Implicit(String to InterleaveOutput)

Operador implícito para converter cadeia de caracteres em InterleaveOutput

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

Parâmetros

value
String

Retornos

Aplica-se a