FormatterMappings.ClearMediaTypeMappingForFormat(String) メソッド

定義

形式のメディアの種類のマッピングをクリアします。

public:
 bool ClearMediaTypeMappingForFormat(System::String ^ format);
public bool ClearMediaTypeMappingForFormat (string format);
member this.ClearMediaTypeMappingForFormat : string -> bool
Public Function ClearMediaTypeMappingForFormat (format As String) As Boolean

パラメーター

format
String

書式の値。

戻り値

true 形式が正常に見つかり、クリアされた場合は 。それ以外の場合は false

適用対象