Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- metadataProviderType
Type: System.Type
The Type of the class 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