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)
'Usage
Dim instance As IVsDataObjectSupportModel
Dim value As IDictionary(Of String, IVsDataObjectType)
value = instance.Types
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
IDictionary<String^, IVsDataObjectType^>^ 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataObjectSupportModel Interface