ExtensionHandle への参照を必要とするすべての拡張機能の基本インターフェイス。
名前空間: Microsoft.Data.Schema.Extensibility
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
Public Interface IExtensionInformation _
Inherits IExtension
public interface IExtensionInformation : IExtension
public interface class IExtensionInformation : IExtension
type IExtensionInformation =
interface
interface IExtension
end
public interface IExtensionInformation extends IExtension
IExtensionInformation 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
ExtensionHandle | 拡張機能のハンドルを取得します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
![]() |
SetExtensionHandle | 拡張機能のハンドルを設定します。 |
このページのトップへ