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
- 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
FeatureAvailableEventArgs Classe
Namespace Microsoft.Windows.Design.Features
FeatureConnector<TFeatureProviderType>