IVsDataMappedObjectSelection.Restrictions Property

Gets a list of restrictions.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

ReadOnly Property Restrictions As IList(Of String)

Dim instance As IVsDataMappedObjectSelection
Dim value As IList(Of String)

value = instance.Restrictions
IList<string> Restrictions { get; }
property IList<String^>^ Restrictions {
    IList<String^>^ get ();
}
function get Restrictions () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

A list of string values representing the restrictions present in the current Selection tag.

Remarks

The restrictions limit the number of objects returned when selecting mapped objects from the object store.

Permissions

See Also

Reference

IVsDataMappedObjectSelection Interface

IVsDataMappedObjectSelection Members

Microsoft.VisualStudio.Data.Services Namespace