Sdílet prostřednictvím


RequiresContextItemAttribute.ContextItemType – vlastnost

Získá kontextu typ položky, které vyžaduje třídu.

Obor názvů:  Microsoft.Windows.Design
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Type
A Type označuje, že ContextItem vyžaduje třídu typu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RequiresContextItemAttribute Třída

Microsoft.Windows.Design – obor názvů

RequiresServiceAttribute

UsesItemPolicyAttribute

FeatureProvider

FeatureConnector<TFeatureProviderType>

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility