Condividi tramite


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: String

    Il 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

Vedere anche

Riferimenti

IVsDataObjectSelector Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities