Proprietà Selection.ItemType

Ottiene il tipo della classe Selection.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.Type
Tipo dell'oggetto Selection.

Note

Il tipo dell'oggetto Selection è sempre typeof(Selection).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Selection Classe

Spazio dei nomi Microsoft.Windows.Design.Interaction

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Altre risorse

Architettura di estensibilità di Progettazione WPF