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 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)
'Usage
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.
.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
IVsDataMappedObjectSelection Interface