Sdílet prostřednictvím


CurrentDesignerView.ItemType – vlastnost

Získá typ položky tohoto zboží.

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

Syntaxe

'Deklarace
Public Overrides ReadOnly Property ItemType As Type
    Get
public override Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override;
}
abstract ItemType : Type
override ItemType : Type
override function get ItemType () : Type

Hodnota vlastnosti

Typ: System.Type
A Type , představuje typ položky.

Poznámky

Tato vlastnost vždy vrátí CurrentDesignerView.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CurrentDesignerView Třída

Microsoft.Windows.Design.Interaction – obor názvů

Další zdroje

WPF Designer Extensibility