次の方法で共有


RtspTransport.Implicit 演算子

定義

オーバーロード

Implicit(RtspTransport to String)

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

Implicit(String to RtspTransport)

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

Implicit(RtspTransport to String)

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

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

パラメーター

戻り値

適用対象

Implicit(String to RtspTransport)

文字列を 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

パラメーター

value
String

戻り値

適用対象