Sdílet prostřednictvím


DataObjectSelector.GetRequiredRestrictions – metoda (String)

Načte seznam omezení, které jsou vyžadovány při výběru datových objektů určeného typu.

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

Syntaxe

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

Parametry

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

Vrácená hodnota

Typ: System.Collections.Generic.IList<String>
Seznam omezení, které jsou vyžadovány při načítání datové objekty pro aktuální typ.

Implementuje

IVsDataObjectSelector.GetRequiredRestrictions(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í GetRequiredRestrictions metoda a průchodů null druhý parametr.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataObjectSelector Třída

GetRequiredRestrictions – přetížení

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