Freigeben über


RequiresContextItemAttribute.ContextItemType-Eigenschaft

Ruft den Kontextelementtyp ab, der für die Klasse erforderlich ist.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property ContextItemType As Type
    Get
public Type ContextItemType { get; }
public:
property Type^ ContextItemType {
    Type^ get ();
}
member ContextItemType : Type
function get ContextItemType () : Type

Eigenschaftswert

Typ: System.Type
Ein Type, der den ContextItem-Typ angibt, der für die Klasse erforderlich ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

RequiresContextItemAttribute Klasse

Microsoft.Windows.Design-Namespace

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

Weitere Ressourcen

Featureanbieter und Featureverbindungen

WPF-Designer-Erweiterbarkeit