Sdílet prostřednictvím


DataObjectSelector.GetSupportedRestrictions – metoda (String)

Obnoví omezení, které podporuje datové objekty, které jsou vybrány pro zadaný typ.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Deklarace
Public Function GetSupportedRestrictions ( _
    typeName As String _
) As IList(Of String)
public IList<string> GetSupportedRestrictions(
    string typeName
)
public:
virtual IList<String^>^ GetSupportedRestrictions(
    String^ typeName
) sealed
abstract GetSupportedRestrictions : 
        typeName:string -> IList<string> 
override GetSupportedRestrictions : 
        typeName:string -> IList<string> 
public final function GetSupportedRestrictions(
    typeName : String
) : IList<String>

Parametry

  • typeName
    Typ: System.String
    Název typu source–specific data pro které chcete získat podporované omezení

Vrácená hodnota

Typ: System.Collections.Generic.IList<String>
Seznam omezení, která jsou podporována při načítání dat pro tento typ objektů.

Implementuje

IVsDataObjectSelector.GetSupportedRestrictions(String)

Výjimky

Výjimka Podmínka
ArgumentNullException

The typeName parameter is nullodkaz null (Nothing v jazyce Visual Basic).

Poznámky

Tato metoda deleguje volání GetSupportedRestrictions metoda a průchodů null druhý parametr.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataObjectSelector Třída

GetSupportedRestrictions – přetížení

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