IExtensionProxy<T> 介面
表示擴充 Proxy 的泛型介面。
命名空間: 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 不支援泛型型別或方法。
型別參數
- T
IExtensionProxy<T> 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
SetExtension | 設定擴充。 |
回頁首