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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideMetadataAttribute Class
Microsoft.Windows.Design.Metadata Namespace