Compartir a través de


Tool.ItemType (Propiedad)

Obtiene el tipo de la herramienta.

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
Type que representa el tipo de la herramienta.

Comentarios

La propiedad ItemType invalida el método abstracto en la clase base. El valor devuelto siempre es el mismo, typeof(Tool).

Seguridad de .NET Framework

Vea también

Referencia

Tool Clase

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

Otros recursos

Arquitectura de herramientas

Arquitectura de extensibilidad de WPF Designer