PackageProperties.ContentType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得或設定值,表示 Package 中包含之內容的型別。
public:
abstract property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
public abstract string ContentType { get; set; }
public abstract string? ContentType { get; set; }
member this.ContentType : string with get, set
Public MustOverride Property ContentType As String
屬性值
Package 中包含之內容的型別。
備註
範例 ContentType 值包括「白皮書」、「安全性布告欄」和「測驗」。
此屬性 ContentType 與 Multipurpose Internet Mail Extensions (MIME) 內容類型不同,如 RFC 2616 中所定義。