IVsDataObject.Type 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 IVsDataObjectType object representing a data object support type that is data source specific.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ Type { Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectType Type { get; }
member this.Type : Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Public ReadOnly Property Type As IVsDataObjectType
Property Value
An IVsDataObjectType object representing a data object support type that is data source specific.