IExtensionProxy<T> 인터페이스
확장 프록시에 대한 제네릭 인터페이스를 나타냅니다.
네임스페이스: Microsoft.Data.Schema.Extensibility
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Public Interface IExtensionProxy(Of T As Class)
public interface IExtensionProxy<T>
where T : class
generic<typename T>
where T : ref class
public interface class IExtensionProxy
type IExtensionProxy<'T when 'T : not struct> = interface end
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- T
IExtensionProxy<T> 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
SetExtension | 확장을 설정합니다. |
위쪽