Propriedade Selection.ItemType

Obtém o tipo de Selection.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Type
The type of Selection.

Comentários

O tipo de Selection é sempre typeof(Selection).

Segurança do .NET Framework

Consulte também

Referência

Selection Classe

Namespace Microsoft.Windows.Design.Interaction

SelectionCommands

SelectionOperations

SelectionTool

EditingContext

Outros recursos

Arquitetura de extensibilidade Designer WPF