IVsDataObjectSupportModel.Types 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.
Retrieves a collection of name/value pairs containing the data source–specific type names and their corresponding type objects from the object store.
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ Types { System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataObjectType> Types { get; }
member this.Types : System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataObjectType>
Public ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)
Property Value
A collection of name/value pairs containing the data source–specific type names and their corresponding IVsDataObjectType objects from the object store.