Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a client wrapper object that interacts with an underlying provider object.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public MustInherit Class DataClientObject(Of T As Class) _
Implements IVsDataClientObject(Of T), IServiceProvider
'Usage
Dim instance As DataClientObject(Of T)
public abstract class DataClientObject<T> : IVsDataClientObject<T>,
IServiceProvider
where T : class
generic<typename T>
where T : ref class
public ref class DataClientObject abstract : IVsDataClientObject<T>,
IServiceProvider
JScript does not support generic types or methods.
Type Parameters
- T
Remarks
This is the base implementation of the IVsDataClientObject<T> interface.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataClientObject<T>
Microsoft.VisualStudio.Data.Framework.DataConnectionClientService<T>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.