Share via


IVsDataObjectSupportModel.Types Property

Retrieves a collection of name/value pairs containing the data source–specific type names and their corresponding type objects from the object store.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
    IDictionary<String^, IVsDataObjectType^>^ get ();
}
abstract Types : IDictionary<string, IVsDataObjectType> with get
function get Types () : IDictionary<String, IVsDataObjectType>

Property Value

Type: System.Collections.Generic.IDictionary<String, IVsDataObjectType>
A collection of name/value pairs containing the data source–specific type names and their corresponding IVsDataObjectType objects from the object store.

.NET Framework Security

See Also

Reference

IVsDataObjectSupportModel Interface

Microsoft.VisualStudio.Data.Services Namespace