Partager via


RtspTransport.Implicit Opérateur

Définition

Surcharges

Implicit(RtspTransport to String)

Opérateur implicite pour convertir RtspTransport en chaîne

Implicit(String to RtspTransport)

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

Implicit(RtspTransport to String)

Opérateur implicite pour convertir RtspTransport en chaîne

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

Paramètres

Retours

S’applique à

Implicit(String to RtspTransport)

Opérateur implicite pour convertir une chaîne 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

Paramètres

value
String

Retours

S’applique à