FeatureManager Constructor
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>