Freigeben über


Selection.ItemType-Eigenschaft

Ruft den Typ der Selection ab.

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

Syntax

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

Eigenschaftswert

Typ: System.Type
Der Typ der Selection.

Hinweise

Der Typ der Selection ist immer typeof(Selection).

.NET Framework-Sicherheit

Siehe auch

Referenz

Selection Klasse

Microsoft.Windows.Design.Interaction-Namespace

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers