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
'Declaration
ReadOnly Property Restrictions As IList(Of String)
IList<string> Restrictions { get; }
property IList<String^>^ Restrictions {
IList<String^>^ get ();
}
abstract Restrictions : IList<string> with 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.