Share via


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
Public property Filter Gets the filter.
Public property Ordering Gets the ordering as a string containing a comma-delimited sequence of data objects.
Public property Restrictions Gets a list of restrictions.
Public property SubstitutionValues Gets a list of substitution values.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace