Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Get
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
IDictionary<String^, IVsDataObjectType^>^ get ();
}
abstract Types : IDictionary<string, IVsDataObjectType>
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.