ExtensionManager.GetExtension<TInterfaceType> 메서드 (ExtensionHandle)
현재 ExtensionManager에서 형식이 IExtension이고 ExtensionHandle 매개 변수 값으로 식별되는 개체로 구성된 확장을 찾습니다.
네임스페이스: Microsoft.Data.Schema.Extensibility
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public Function GetExtension(Of TInterfaceType As {Class, IExtension}) ( _
extensionHandle As ExtensionHandle _
) As ExtensionHandle(Of TInterfaceType)
public ExtensionHandle<TInterfaceType> GetExtension<TInterfaceType>(
ExtensionHandle extensionHandle
)
where TInterfaceType : class, IExtension
public:
generic<typename TInterfaceType>
where TInterfaceType : ref class, IExtension
ExtensionHandle<TInterfaceType>^ GetExtension(
ExtensionHandle^ extensionHandle
)
member GetExtension :
extensionHandle:ExtensionHandle -> ExtensionHandle<'TInterfaceType> when 'TInterfaceType : not struct and IExtension
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- TInterfaceType
IExtension에서 상속하는 Type입니다.
매개 변수
- extensionHandle
형식: Microsoft.Data.Schema.Extensibility.ExtensionHandle
찾을 IExtension 형식의 개체에 대한 ExtensionHandle<TInterfaceType>입니다.
반환 값
형식: Microsoft.Data.Schema.Extensibility.ExtensionHandle<TInterfaceType>
로드된 지정한 TInterfaceType의 ExtensionHandle<TInterfaceType>입니다.
설명
이 메서드는 확장 핸들을 deserialize할 때 사용됩니다. deserialize된 ExtensionHandle<TInterfaceType> 개체는 사용하기 전에 이 메서드에 전달되어야 합니다.
일치하는 ExtensionHandle<TInterfaceType>이 없으면 이 메서드가 nullNull 참조(Visual Basic의 경우 Nothing)을 반환합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.