IExtensionInformation Interface
Base interface for all extensions that require a reference back to their ExtensionHandle.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
The IExtensionInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtensionHandle | Gets the extension handle. |
Top
Methods
Name | Description | |
---|---|---|
SetExtensionHandle | Sets the extension handle. |
Top