Sdílet prostřednictvím


IVsDataViewSelectionInfo.Restrictions – vlastnost

Získá omezení výběru.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Object>
Seznam objektů představující omezení výběru.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewSelectionInfo Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů