TypeManifestProviderAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義這個元件的中繼資料提供者。
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class TypeManifestProviderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type TypeManifestProviderAttribute = class
inherit Attribute
Public NotInheritable Class TypeManifestProviderAttribute
Inherits Attribute
- 繼承
-
TypeManifestProviderAttribute
- 屬性
建構函式
TypeManifestProviderAttribute(Type) |
初始化 TypeManifestProviderAttribute 類別的新執行個體。 |
屬性
ProviderType |
取得資訊清單提供者類型。 |