次の方法で共有


DeinterlaceMode.Implicit Operator

定義

オーバーロード

Implicit(DeinterlaceMode to String)

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

Implicit(String to DeinterlaceMode)

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

Implicit(DeinterlaceMode to String)

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

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

パラメーター

戻り値

適用対象

Implicit(String to DeinterlaceMode)

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

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

パラメーター

value
String

戻り値

適用対象