Freigeben über


IVsDataObjectSupportModel.Types Property

Definition

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.

Applies to