Proprietà IVsDataViewSelectionInfo.Restrictions
Ottiene le restrizioni della selezione.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
ReadOnly Property Restrictions As IList(Of Object)
IList<Object> Restrictions { get; }
property IList<Object^>^ Restrictions {
IList<Object^>^ get ();
}
abstract Restrictions : IList<Object> with get
function get Restrictions () : IList<Object>
Valore proprietà
Tipo: IList<Object>
Un elenco di oggetti che rappresentano le restrizioni della selezione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.