DeinterlaceParity.Implicit 演算子

定義

オーバーロード

Implicit(DeinterlaceParity to String)

DeinterlaceParity を文字列に変換する暗黙的な演算子

Implicit(String to DeinterlaceParity)

文字列を DeinterlaceParity に変換する暗黙的な演算子

Implicit(DeinterlaceParity to String)

DeinterlaceParity を文字列に変換する暗黙的な演算子

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

パラメーター

戻り値

適用対象

Implicit(String to DeinterlaceParity)

文字列を DeinterlaceParity に変換する暗黙的な演算子

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

パラメーター

value
String

戻り値

適用対象