Compartir a través de


RtspTransport.Implicit Operador

Definición

Sobrecargas

Implicit(RtspTransport to String)

Operador implícito para convertir RtspTransport en cadena

Implicit(String to RtspTransport)

Operador implícito para convertir la cadena en RtspTransport

Implicit(RtspTransport to String)

Operador implícito para convertir RtspTransport en cadena

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

Parámetros

Devoluciones

Se aplica a

Implicit(String to RtspTransport)

Operador implícito para convertir la cadena en RtspTransport

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

Parámetros

value
String

Devoluciones

Se aplica a