TypeManifestProviderAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a metadata provider for this assembly.
[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
- Inheritance
-
TypeManifestProviderAttribute
- Attributes
Constructors
TypeManifestProviderAttribute(Type) |
Initializes a new instance of the TypeManifestProviderAttribute class. |
Properties
ProviderType |
Gets the manifest provider type. |