Compartir a través de


PropertyEntry.Identifier (Propiedad)

Cuando se reemplaza en una clase derivada, obtiene un identificador que identifica exclusivamente este tipo y nombre de propiedad en la plataforma actual.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Identifier As PropertyIdentifier
    Get
public abstract PropertyIdentifier Identifier { get; }
public:
virtual property PropertyIdentifier Identifier {
    PropertyIdentifier get () abstract;
}
abstract Identifier : PropertyIdentifier
abstract function get Identifier () : PropertyIdentifier

Valor de propiedad

Tipo: Microsoft.Windows.Design.Metadata.PropertyIdentifier
Un identificador que identifica exclusivamente este tipo y nombre de propiedad en la plataforma actual.

Seguridad de .NET Framework

Vea también

Referencia

PropertyEntry Clase

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

Otros recursos

Extensibilidad de WPF Designer

Arquitectura de edición de propiedades