Share via


IVsDataObject.Properties Property

Definition

Gets an IVsDataObjectPropertyDictionary object containing the properties of this data object.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataObjectPropertyDictionary ^ Properties { Microsoft::VisualStudio::Data::Services::IVsDataObjectPropertyDictionary ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectPropertyDictionary Properties { get; }
member this.Properties : Microsoft.VisualStudio.Data.Services.IVsDataObjectPropertyDictionary
Public ReadOnly Property Properties As IVsDataObjectPropertyDictionary

Property Value

An IVsDataObjectPropertyDictionary object containing the properties of this data object.

Applies to