Sdílet prostřednictvím


IVsDataMappedObjectSelection.Restrictions – vlastnost

Načtení seznamu omezení.

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<String>
Seznam hodnot řetězec představující omezení v aktuální výběr značky.

Poznámky

Omezení omezit počet objektů vrácených při výběru mapované objekty od objektu úložiště.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataMappedObjectSelection Rozhraní

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