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.
Enables getting data source–specific metadata about objects from the object store. The source of the object store is the data object support XML file.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public MustInherit Class DataObjectSelector _
Inherits DataSiteableObject(Of IVsDataConnection) _
Implements IVsDataObjectSelector, IVsDataSupportObject(Of IVsDataObjectSelector)
'Usage
Dim instance As DataObjectSelector
public abstract class DataObjectSelector : DataSiteableObject<IVsDataConnection>,
IVsDataObjectSelector, IVsDataSupportObject<IVsDataObjectSelector>
public ref class DataObjectSelector abstract : public DataSiteableObject<IVsDataConnection^>,
IVsDataObjectSelector, IVsDataSupportObject<IVsDataObjectSelector^>
public abstract class DataObjectSelector extends DataSiteableObject<IVsDataConnection> implements IVsDataObjectSelector, IVsDataSupportObject<IVsDataObjectSelector>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<IVsDataConnection>
Microsoft.VisualStudio.Data.Framework.DataObjectSelector
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetObjectSelector
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetRootObjectSelector
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.