IVsDataObject.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.