IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction メソッド

変換の指定、マップされた制限のデータ ソース固有な制限にクラスで実装された場合。

名前空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
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

パラメーター

  • mappedTypeName
    型 : System.String
    マップされた種類の名前。
  • substitutionValueIndex
    型 : System.Int32
    置換の値の配列へのインデックス。
  • mappedRestrictions
    型 : array<System.Object[]
    マップされた制限を含む配列。

戻り値

型 : System.Object
マップされた制限から変換する基の制限。

解説

このメソッドは、データ ソースの特定の型のセレクターに渡す有効な場合に、基になる制限にマップされた制限を変換するマップされたオブジェクトのセレクター (IVsDataMappedObjectSelector) があります。このプロセスは、マップされたオプションと呼ばれます。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IVsDataMappedObjectConverter インターフェイス

Microsoft.VisualStudio.Data.Services.SupportEntities 名前空間