FeatureConnector<TFeatureProviderType>.Manager Property
Gets the FeatureManager for the feature connector.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Protected ReadOnly Property Manager As FeatureManager
Get
protected FeatureManager Manager { get; }
protected:
property FeatureManager^ Manager {
FeatureManager^ get ();
}
member Manager : FeatureManager
function get Manager () : FeatureManager
Property Value
Type: Microsoft.Windows.Design.Features.FeatureManager
A FeatureManager associated with the feature connector.
Remarks
The FeatureManager is cached when the feature connector is constructed.
.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
FeatureConnector<TFeatureProviderType> Class
Microsoft.Windows.Design.Features Namespace