BitmapMetadata.RemoveQuery(String) 方法

定義

BitmapMetadata 的執行個體移除中繼資料查詢。

public:
 void RemoveQuery(System::String ^ query);
[System.Security.SecurityCritical]
public void RemoveQuery (string query);
public void RemoveQuery (string query);
[<System.Security.SecurityCritical>]
member this.RemoveQuery : string -> unit
member this.RemoveQuery : string -> unit
Public Sub RemoveQuery (query As String)

參數

query
String

要移除的中繼資料查詢。

屬性

例外狀況

querynull

在影像中繼資料唯讀時發生。

備註

與影像相關聯的中繼資料是描述影像但不需要顯示影像的資料。 每個支援的點陣圖影像格式會以不同的方式處理中繼資料,但讀取和寫入中繼資料的設施相同。

Windows Presentation Foundation (WPF) 支援下列影像中繼資料架構:Exchangeable image file (Exif) 、tEXt (PNG 文字資料) 、image file directory (IFD) 、International Press T電信委員會 (IPTC) (,以及 XMP) 。

適用於

另請參閱