FeatureAvailableEventArgs.FeatureProviderType-Eigenschaft

Ruft den Featureanbietertyp ab, der erstellt werden kann.

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 den Featureanbieter darstellendes Type-Objekt, der erstellt werden kann.

.NET Framework-Sicherheit

Siehe auch

Referenz

FeatureAvailableEventArgs Klasse

Microsoft.Windows.Design.Features-Namespace

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit