ProvideMetadataAttribute Constructor

Initializes a new instance of the ProvideMetadataAttribute class.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Sub New ( _
    metadataProviderType As Type _
)
public ProvideMetadataAttribute(
    Type metadataProviderType
)
public:
ProvideMetadataAttribute(
    Type^ metadataProviderType
)
new : 
        metadataProviderType:Type -> ProvideMetadataAttribute
public function ProvideMetadataAttribute(
    metadataProviderType : Type
)

Parameters

.NET Framework Security

See Also

Reference

ProvideMetadataAttribute Class

Microsoft.Windows.Design.Metadata Namespace

AttributeTable

AttributeTableBuilder

Other Resources

Providing Design-time Metadata