Proprietà IVsDataObject.Identifier
Ottiene un oggetto IVsDataObjectIdentifier che identifica l'oggetto dati corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property Identifier As IVsDataObjectIdentifier
IVsDataObjectIdentifier Identifier { get; }
property IVsDataObjectIdentifier^ Identifier {
IVsDataObjectIdentifier^ get ();
}
abstract Identifier : IVsDataObjectIdentifier
function get Identifier () : IVsDataObjectIdentifier
Valore proprietà
Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectIdentifier
L'identificatore corrente dell'oggetto.
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.