Proprietà DataMappedObjectTypeAttribute.IdentifierList
Ottiene un elenco di identificatori che identificano in modo univoco il tipo corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IdentifierList As IList(Of String)
public IList<string> IdentifierList { get; }
public:
property IList<String^>^ IdentifierList {
IList<String^>^ get ();
}
member IdentifierList : IList<string>
function get IdentifierList () : IList<String>
Valore proprietà
Tipo: System.Collections.Generic.IList<String>
Un elenco di stringhe dell'identificatore che identificano in modo univoco il tipo 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.