Metodo IVsDataObjectSelector.GetRequiredRestrictions
Se implementata da una classe, recupera un elenco delle limitazioni necessarie quando si seleziona gli oggetti dati per il tipo specificato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Function GetRequiredRestrictions ( _
typeName As String _
) As IList(Of String)
IList<string> GetRequiredRestrictions(
string typeName
)
IList<String^>^ GetRequiredRestrictions(
String^ typeName
)
abstract GetRequiredRestrictions :
typeName:string -> IList<string>
function GetRequiredRestrictions(
typeName : String
) : IList<String>
Parametri
typeName
Tipo: StringIl nome del tipo di origine specifico di dati per il quale ottenere le restrizioni necessarie.
Valore restituito
Tipo: IList<String>
Un elenco delle limitazioni necessarie per recuperare gli oggetti dati per il tipo corrente.
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.
Vedere anche
Riferimenti
IVsDataObjectSelector Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities