Share via


RequiresContextItemAttribute.ContextItemType Property

Gets the context item type the class requires.

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

Property Value

Type: System.Type
A Type that indicates the ContextItem type the class requires.

.NET Framework Security

See Also

Reference

RequiresContextItemAttribute Class

Microsoft.Windows.Design Namespace

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility