Proprietà PropertyIdentifier.DeclaringTypeIdentifier
Ottiene il tipo di identificatore per il tipo che dichiara la proprietà.
Spazio dei nomi: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DeclaringTypeIdentifier As TypeIdentifier
Get
public TypeIdentifier DeclaringTypeIdentifier { get; }
public:
property TypeIdentifier DeclaringTypeIdentifier {
TypeIdentifier get ();
}
member DeclaringTypeIdentifier : TypeIdentifier
function get DeclaringTypeIdentifier () : TypeIdentifier
Valore proprietà
Tipo: Microsoft.Windows.Design.Metadata.TypeIdentifier
Identificatore del tipo per il tipo che dichiara la proprietà.
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.