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
- 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.