FeatureAttribute.FeatureProviderType-Eigenschaft

Ruft den FeatureProvider-Typ zum Instanziieren ab.

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

Eigenschaftswert

Typ: System.Type
Ein Type, der die Klasse des Featureanbieters darstellt, die an ein Zielsteuerelement angefügt wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureAttribute Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureProvider

Weitere Ressourcen

Featureanbieter und Featureverbindungen