FeatureManager.InitializeFeatures Method
Initializes any feature connectors for the feature providers defined on the specified type.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Sub InitializeFeatures ( _
type As Type _
)
public void InitializeFeatures(
Type type
)
public:
void InitializeFeatures(
Type^ type
)
member InitializeFeatures :
type:Type -> unit
public function InitializeFeatures(
type : Type
)
Parameters
- type
Type: System.Type
The type to initialize feature connectors for.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | type 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>