Freigeben über


IVsDataObject.Properties-Eigenschaft

Ruft ein IVsDataObjectPropertyDictionary-Objekt ab, das die Eigenschaften des Datenobjekts enthält.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Properties As IVsDataObjectPropertyDictionary
IVsDataObjectPropertyDictionary Properties { get; }
property IVsDataObjectPropertyDictionary^ Properties {
    IVsDataObjectPropertyDictionary^ get ();
}
abstract Properties : IVsDataObjectPropertyDictionary with get
function get Properties () : IVsDataObjectPropertyDictionary

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataObjectPropertyDictionary
Ein IVsDataObjectPropertyDictionary-Objekt, das die Eigenschaften des Datenobjekts enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataObject Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace