Sdílet prostřednictvím


IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction – metoda

Při provádění třídou převede zadané omezení mapované na základní omezení dat source–specific.

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

Syntaxe

'Deklarace
Function ConvertToUnderlyingRestriction ( _
    mappedTypeName As String, _
    substitutionValueIndex As Integer, _
    mappedRestrictions As Object() _
) As Object
Object ConvertToUnderlyingRestriction(
    string mappedTypeName,
    int substitutionValueIndex,
    Object[] mappedRestrictions
)
Object^ ConvertToUnderlyingRestriction(
    String^ mappedTypeName, 
    int substitutionValueIndex, 
    array<Object^>^ mappedRestrictions
)
abstract ConvertToUnderlyingRestriction : 
        mappedTypeName:string * 
        substitutionValueIndex:int * 
        mappedRestrictions:Object[] -> Object 
function ConvertToUnderlyingRestriction(
    mappedTypeName : String, 
    substitutionValueIndex : int, 
    mappedRestrictions : Object[]
) : Object

Parametry

  • substitutionValueIndex
    Typ: System.Int32
    Index do pole substituční hodnoty.
  • mappedRestrictions
    Typ: array<System.Object[]
    Pole obsahující mapovaná omezení.

Vrácená hodnota

Typ: System.Object
Podkladové omezení, který je převeden z mapovaných omezení.

Poznámky

Tato metoda je užitečná, když volič mapované objektu (IVsDataMappedObjectSelector) potřebuje převést mapované omezení základní omezení předat výběr typu dat source–specific.Tento proces se označuje jako mapované výběr.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataMappedObjectConverter Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů