Compartir a través de


Selection.ItemType (Propiedad)

Obtiene el tipo de Selection.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: System.Type
Tipo de Selection.

Comentarios

El tipo de Selection es siempre typeof(Selection).

Seguridad de .NET Framework

Vea también

Referencia

Selection Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Otros recursos

Arquitectura de extensibilidad de WPF Designer