Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new instance of the FeatureManager class.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
context As EditingContext _
)
public FeatureManager(
EditingContext context
)
public:
FeatureManager(
EditingContext^ context
)
new :
context:EditingContext -> FeatureManager
public function FeatureManager(
context : EditingContext
)
Parameters
- context
Type: Microsoft.Windows.Design.EditingContext
The editing context this feature manager uses to resolve services and context items.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | context is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>