MimeTypePropertyAttribute 類別
在類別上已標註具有 MediaEntryAttribute 的屬性進行標註。
繼承階層
System.Object
System.Attribute
System.Data.Services.Client.MimeTypePropertyAttribute
命名空間: System.Data.Services.Client
組件: Microsoft.Data.Services.Client (在 Microsoft.Data.Services.Client.dll 中)
語法
'宣告
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := True)> _
Public NotInheritable Class MimeTypePropertyAttribute _
Inherits Attribute
'用途
Dim instance As MimeTypePropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class MimeTypePropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = true)]
public ref class MimeTypePropertyAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = true)>]
type MimeTypePropertyAttribute =
class
inherit Attribute
end
public final class MimeTypePropertyAttribute extends Attribute
MimeTypePropertyAttribute 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
MimeTypePropertyAttribute | 建立 MimeTypePropertyAttribute 的新執行個體。 |
上層
屬性
名稱 | 說明 | |
---|---|---|
DataPropertyName | 取得 MimeTypePropertyAttribute 的名稱。 | |
MimeTypePropertyName | 取得 MimeTypePropertyAttribute 的 Mime 類型 | |
TypeId | (繼承自 Attribute。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 Attribute。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Attribute。) | |
GetType | (繼承自 Object。) | |
IsDefaultAttribute | (繼承自 Attribute。) | |
Match | (繼承自 Attribute。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
明確 繼承 實作
名稱 | 說明 | |
---|---|---|
_Attribute.GetIDsOfNames | (繼承自 Attribute。) | |
_Attribute.GetTypeInfo | (繼承自 Attribute。) | |
_Attribute.GetTypeInfoCount | (繼承自 Attribute。) | |
_Attribute.Invoke | (繼承自 Attribute。) |
上層
備註
MimeTypePropertyAttribute 接受屬性名稱,此屬性保存的 mime 類型與 MediaEntryAttribute 中指定的屬性相關聯。 當 LoadProperty 方法延遲載入與媒體連結項目關聯的媒體資源時,指定的屬性會自動設定為資料的 mime 類型。
系統也會從此屬性中讀取 mime 類型,並使用它來設定媒體連結項目 POST 要求中的 Content-Type 標頭。 媒體連結項目是處理二進位資料和中繼資料的 AtomPub 通訊協定建構。
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。