다음을 통해 공유


DataMappedObjectConverter.ConvertToUnderlyingRestriction 메서드 (String, Int32, array<Object[])

기본 제한 특정 데이터 소스에 있는 지정된 된 매핑된 제한을 변환 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
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

매개 변수

  • mappedTypeName
    형식: String

    매핑된 형식 이름입니다.

  • substitutionValueIndex
    형식: Int32

    대체 값의 배열 인덱스입니다.

  • mappedRestrictions
    형식: array<Object[]

    매핑된 제한을 포함 하는 배열입니다.

반환 값

형식: Object
매핑된 제한에서 변환 하는 기본 제한입니다.

구현

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

설명

이 메서드는 유용 매핑된 개체 선택기 (IVsDataMappedObjectSelector source–specific 데이터 형식 선택기에 전달할 기본 제한을 제한 매핑된 변환 해야 (IVsDataMappedObjectSelector.) 이 프로세스를 선택 매핑된.

이 메서드 호출을 위임 하면 ConvertToUnderlyingRestriction 메서드 및 가공 nullNull 참조(Visual Basic의 경우 Nothing) 마지막 매개 변수에 대 한.

.NET Framework 보안

참고 항목

참조

DataMappedObjectConverter 클래스

ConvertToUnderlyingRestriction 오버로드

Microsoft.VisualStudio.Data.Framework 네임스페이스