Propriedade ProvideMetadataAttribute.MetadataProviderType
Obtém o tipo que implementa o IProvideAttributeTable interface.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
'Declaração
Public ReadOnly Property MetadataProviderType As Type
Get
public Type MetadataProviderType { get; }
public:
property Type^ MetadataProviderType {
Type^ get ();
}
member MetadataProviderType : Type
function get MetadataProviderType () : Type
Valor de propriedade
Tipo: System.Type
Um tipo que implementa o IProvideAttributeTable interface.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ProvideMetadataAttribute Classe
Namespace Microsoft.Windows.Design.Metadata