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
- mappedTypeName
Typ: System.String
Název mapovaného typu.
- 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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
DataMappedObjectConverter Třída