Condividi tramite


Metodo IVsDataObjectSelector.GetSupportedRestrictions

Se implementata da una classe, recupera tutte le restrizioni supportate 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 GetSupportedRestrictions ( _
    typeName As String _
) As IList(Of String)
IList<string> GetSupportedRestrictions(
    string typeName
)
IList<String^>^ GetSupportedRestrictions(
    String^ typeName
)
abstract GetSupportedRestrictions : 
        typeName:string -> IList<string> 
function GetSupportedRestrictions(
    typeName : String
) : IList<String>

Parametri

  • typeName
    Tipo: String

    Il nome del tipo di origine specifico di dati per il quale ottenere le restrizioni supportate.

Valore restituito

Tipo: IList<String>
Un elenco delle restrizioni supportate quando recupera gli oggetti dati per il tipo specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataObjectSelector Interfaccia

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