Proprietà PropertyEntry.Identifier
Se sottoposta a override in una classe derivata, ottiene un identificatore che identifica in modo univoco il tipo e il nome della proprietà nella piattaforma corrente.
Spazio dei nomi: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
Tipo: Microsoft.Windows.Design.Metadata.PropertyIdentifier
Identificatore che identifica in modo univoco il tipo e il nome della proprietà nella piattaforma corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.Windows.Design.PropertyEditing