Sdílet prostřednictvím


DataMappedObjectConverter.ConvertToUnderlyingRestriction – metoda (String, Int32, array<Object )

Převádí zadané omezení mapované základní omezení, které jsou specifické zdroje dat.

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

Syntaxe

'Deklarace
Public Function ConvertToUnderlyingRestriction ( _
    mappedTypeName As String, _
    substitutionValueIndex As Integer, _
    mappedRestrictions As Object() _
) As Object
public Object ConvertToUnderlyingRestriction(
    string mappedTypeName,
    int substitutionValueIndex,
    Object[] mappedRestrictions
)
public:
virtual Object^ ConvertToUnderlyingRestriction(
    String^ mappedTypeName, 
    int substitutionValueIndex, 
    array<Object^>^ mappedRestrictions
) sealed
abstract ConvertToUnderlyingRestriction : 
        mappedTypeName:string * 
        substitutionValueIndex:int * 
        mappedRestrictions:Object[] -> Object 
override ConvertToUnderlyingRestriction : 
        mappedTypeName:string * 
        substitutionValueIndex:int * 
        mappedRestrictions:Object[] -> Object 
public final 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í.

Implementuje

IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction(String, Int32, array<Object[])

Poznámky

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

Tato metoda deleguje volání ConvertToUnderlyingRestriction metoda a průchodů null pro poslední parametr.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataMappedObjectConverter Třída

ConvertToUnderlyingRestriction – přetížení

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