다음을 통해 공유


IVsDataMappedObjectSelector.SupportsType<T> 메서드

매핑된 개체 선택기 관계형 개체 형식을 나타내는 내부 형식에 제네릭 형식 T 매핑할 수 있는지 여부를 나타냅니다.

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

구문

‘선언
Function SupportsType(Of T As IVsDataMappedObject) As Boolean
bool SupportsType<T>()
where T : IVsDataMappedObject
generic<typename T>
where T : IVsDataMappedObject 
bool SupportsType()
abstract SupportsType : unit -> bool   when 'T : IVsDataMappedObject
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.

형식 매개 변수

  • T
    매개 변수의 형식입니다.

반환 값

형식: Boolean
true 형식을 지 원하는 경우. 그렇지 않으면 false.

설명

데이터 개체 지원 모델에는 해당 매핑된 형식 항목이 형식이 지원 됩니다.

.NET Framework 보안

참고 항목

참조

IVsDataMappedObjectSelector 인터페이스

SupportsType 오버로드

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