ProvideMetadataAttribute.MetadataProviderType Property

Gets the type that implements the IProvideAttributeTable interface.

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

Syntax

'Declaration
Public ReadOnly Property MetadataProviderType As Type
    Get
public Type MetadataProviderType { get; }
public:
property Type^ MetadataProviderType {
    Type^ get ();
}
member MetadataProviderType : Type
function get MetadataProviderType () : Type

Property Value

Type: System.Type
A type that implements the IProvideAttributeTable interface.

.NET Framework Security

See Also

Reference

ProvideMetadataAttribute Class

Microsoft.Windows.Design.Metadata Namespace

AttributeTable

AttributeTableBuilder

Other Resources

Providing Design-time Metadata