Construtor FeatureAttribute
Initializes a new instance of the FeatureAttribute class.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
'Declaração
Public Sub New ( _
featureProviderType As Type _
)
public FeatureAttribute(
Type featureProviderType
)
public:
FeatureAttribute(
Type^ featureProviderType
)
new :
featureProviderType:Type -> FeatureAttribute
public function FeatureAttribute(
featureProviderType : Type
)
Parâmetros
- featureProviderType
Tipo: System.Type
O tipo de provedor de recurso, que este atributo descreve.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | featureProviderType is nulluma referência nula (Nothing no Visual Basic). |
ArgumentException | O provedor de recurso não é atribuível de featureProviderType. |
Comentários
FeatureAttributearmazena o tipo de FeatureProvider para um gerente de recurso para instanciar. O featureProviderType parâmetro deve especificar uma classe que herda de FeatureProvider.
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
Namespace Microsoft.Windows.Design.Features