IVsDataObject.Type Property

Definition

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.

Applies to