Partilhar via


Construtor FeatureAvailableEventArgs

Initializes a new instance of the FeatureAvailableEventArgs 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 FeatureAvailableEventArgs(
    Type featureProviderType
)
public:
FeatureAvailableEventArgs(
    Type^ featureProviderType
)
new : 
        featureProviderType:Type -> FeatureAvailableEventArgs
public function FeatureAvailableEventArgs(
    featureProviderType : Type
)

Parâmetros

  • featureProviderType
    Tipo: System.Type
    O tipo de provedor de recurso que está agora disponível para ser criado.

Exceções

Exceção Condição
ArgumentNullException

featureProviderType is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

FeatureAvailableEventArgs Classe

Namespace Microsoft.Windows.Design.Features

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Outros recursos

Recurso provedores e conectores de recursos

Noções básicas sobre extensibilidade Designer WPF