Share via


IVsDataViewSelectionInfo.Restrictions Property

Gets the restrictions of the selection.

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

Syntax

'Declaration
ReadOnly Property Restrictions As IList(Of Object)
IList<Object> Restrictions { get; }
property IList<Object^>^ Restrictions {
    IList<Object^>^ get ();
}
abstract Restrictions : IList<Object> with get
function get Restrictions () : IList<Object>

Property Value

Type: System.Collections.Generic.IList<Object>
A list of objects representing the restrictions of the selection.

.NET Framework Security

See Also

Reference

IVsDataViewSelectionInfo Interface

Microsoft.VisualStudio.Data.Services Namespace