Proprietà IVsDataMappedObject.Properties
Ottiene le coppie nome/valore che contiene i nomi e valori delle proprietà associati al tipo generico mappato corrente.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property Properties As IDictionary(Of String, Object)
IDictionary<string, Object> Properties { get; }
property IDictionary<String^, Object^>^ Properties {
IDictionary<String^, Object^>^ get ();
}
abstract Properties : IDictionary<string, Object> with get
function get Properties () : IDictionary<String, Object>
Valore proprietà
Tipo: IDictionary<String, Object>
Una raccolta di coppie nome/valore che contiene i nomi e valori delle proprietà associati al tipo generico mappato corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.