Partager via


Kind.Implicit Opérateur

Définition

Surcharges

Implicit(Kind to String)

Opérateur implicite pour convertir Kind en chaîne

Implicit(String to Kind)

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

Implicit(Kind to String)

Opérateur implicite pour convertir Kind en chaîne

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

Paramètres

e
Kind

Retours

S’applique à

Implicit(String to Kind)

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

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

Paramètres

value
String

Retours

S’applique à