Compartilhar via


Propriedade IVsDataMappedObjectSelection.Restrictions

Obtém uma lista de restrições.

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

Sintaxe

'Declaração
ReadOnly Property Restrictions As IList(Of String)
IList<string> Restrictions { get; }
property IList<String^>^ Restrictions {
    IList<String^>^ get ();
}
abstract Restrictions : IList<string>
function get Restrictions () : IList<String>

Valor de propriedade

Tipo: System.Collections.Generic.IList<String>
Uma lista de valores de cadeia de caracteres que representam as limitações atual na marca de seleção atual.

Comentários

As restrições limitam o número de objetos retornados ao selecionar objetos mapeados de armazenamento de objeto.

Segurança do .NET Framework

Consulte também

Referência

IVsDataMappedObjectSelection Interface

Namespace Microsoft.VisualStudio.Data.Services