Compartir a través de


CurrentDesignerView.ItemType (Propiedad)

Obtiene el tipo de este elemento.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property ItemType As Type
    Get
public override Type ItemType { get; }
public:
virtual property Type^ ItemType {
    Type^ get () override;
}
abstract ItemType : Type
override ItemType : Type
override function get ItemType () : Type

Valor de propiedad

Tipo: System.Type
Type que representa el tipo de este elemento.

Comentarios

Esta propiedad devuelve siempre CurrentDesignerView.

Seguridad de .NET Framework

Vea también

Referencia

CurrentDesignerView Clase

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

Otros recursos

Extensibilidad de WPF Designer