FormatterMappings.GetMediaTypeMappingForFormat(String) メソッド

定義

指定した形式のメディアの種類を取得します。

public:
 System::String ^ GetMediaTypeMappingForFormat(System::String ^ format);
public string GetMediaTypeMappingForFormat (string format);
public string? GetMediaTypeMappingForFormat (string format);
member this.GetMediaTypeMappingForFormat : string -> string
Public Function GetMediaTypeMappingForFormat (format As String) As String

パラメーター

format
String

形式の値。

戻り値

入力形式のメディアの種類。

適用対象