Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim value As FeatureManager
value = Me.Manager
protected FeatureManager Manager { get; }
protected:
property FeatureManager^ Manager {
FeatureManager^ get ();
}
protected 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
FeatureConnector<TFeatureProviderType> Members
Microsoft.Windows.Design.Features Namespace