Compartilhar via


Propriedade IVsDataViewSelectionInfo.Restrictions

Obtém as restrições de seleção.

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 Object)
IList<Object> Restrictions { get; }
property IList<Object^>^ Restrictions {
    IList<Object^>^ get ();
}
abstract Restrictions : IList<Object>
function get Restrictions () : IList<Object>

Valor de propriedade

Tipo: System.Collections.Generic.IList<Object>
Uma lista de objetos que representam as restrições de seleção.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewSelectionInfo Interface

Namespace Microsoft.VisualStudio.Data.Services