Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'Usage
Dim instance As IVsDataViewSelectionInfo
Dim value As IList(Of Object)
value = instance.Restrictions
IList<Object> Restrictions { get; }
property IList<Object^>^ Restrictions {
IList<Object^>^ 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.
See Also
Reference
IVsDataViewSelectionInfo Interface