Selection.ItemType Propriedade

Definição

Retorna o tipo de item deste item de contexto de edição.Returns the item type for this editing context item.

public:
 property Type ^ ItemType { Type ^ get(); };
public override sealed Type ItemType { get; }
member this.ItemType : Type
Public Overrides NotOverridable ReadOnly Property ItemType As Type

Valor da propriedade

Type

Retorna typeof ( Selection ).Returns typeof(Selection).

Comentários

Essa é uma substituição de ItemType .This is an override of ItemType. Quando você cria uma classe derivada, substitua essa propriedade para retornar o Type do tipo derivado.When you create a derived class, override this property to return the Type of the derived type.

Aplica-se a