IVsDataMappedObjectSelection Interface
Represents the Selection XML tag corresponding to this mapped type in the data object support XML file.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataMappedObjectSelection
public interface IVsDataMappedObjectSelection
public interface class IVsDataMappedObjectSelection
type IVsDataMappedObjectSelection = interface end
public interface IVsDataMappedObjectSelection
The IVsDataMappedObjectSelection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Filter | Gets the filter. | |
Ordering | Gets the ordering as a string containing a comma-delimited sequence of data objects. | |
Restrictions | Gets a list of restrictions. | |
SubstitutionValues | Gets a list of substitution values. |
Top
Remarks
This interface is implemented as a built-in DDEX service.