Condividi tramite


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

Vedere anche

Riferimenti

IVsDataMappedObject Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services