Kommentar
Å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 FeatureProvider type to instantiate.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property FeatureProviderType As Type
Get
public Type FeatureProviderType { get; }
public:
property Type^ FeatureProviderType {
Type^ get ();
}
member FeatureProviderType : Type
function get FeatureProviderType () : Type
Property Value
Type: System.Type
A Type representing the class of the feature provider to attach to the target control.
.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