UserActivity.ContentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取和设置 MIME (多用途 Internet 邮件扩展) 存储在 UserActivity.ContentUri 中的内容的类型。 例如,“text/plain”。
public:
property Platform::String ^ ContentType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ContentType();
void ContentType(winrt::hstring value);
public string ContentType { get; set; }
var string = userActivity.contentType;
userActivity.contentType = string;
Public Property ContentType As String
属性值
内容类型。