Partager via


DataMappedObjectConverter.ConvertToUnderlyingRestriction, méthode (String, Int32, array<Object )

Convertit les restrictions mappées spécifiées dans les restrictions sous-jacentes qui sont spécifiques à une source de données.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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

Paramètres

  • substitutionValueIndex
    Type : System.Int32
    Index dans le tableau de valeurs de substitution.
  • mappedRestrictions
    Type : array<System.Object[]
    Tableau contenant les restrictions mappées.

Valeur de retour

Type : System.Object
La restriction sous-jacente qui est convertie de la restriction mappée.

Implémentations

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

Notes

Cette méthode est utile lorsque le sélecteur mappé d'objet (les besoins d'[T:Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelector)] de convertir les restrictions mappées aux restrictions sous-jacentes à passer au type spécifique à la source de données sélecteur (IVsDataMappedObjectSelector.) Ce processus est connu sous le nom de la sélection mappée.

Cette méthode délègue l'appel à la méthode d' ConvertToUnderlyingRestriction et passe nullune référence null (Nothing en Visual Basic) pour le dernier paramètre.

Sécurité .NET Framework

Voir aussi

Référence

DataMappedObjectConverter Classe

ConvertToUnderlyingRestriction, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms