Construtor FeatureManager
Initializes a new instance of the FeatureManager class.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)
Sintaxe
'Declaração
Public Sub New ( _
context As EditingContext _
)
public FeatureManager(
EditingContext context
)
public:
FeatureManager(
EditingContext^ context
)
new :
context:EditingContext -> FeatureManager
public function FeatureManager(
context : EditingContext
)
Parâmetros
- context
Tipo: Microsoft.Windows.Design.EditingContext
O contexto de edição que o Gerenciador de recurso usa para resolver serviços e itens de contexto.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | context 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
Namespace Microsoft.Windows.Design.Features
FeatureConnector<TFeatureProviderType>