IBinding Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serves as the base interface from which all bindings interfaces are derived.
[System.Runtime.InteropServices.Guid("2BCB6AC2-6D79-4467-9E1F-D68BB1DBD3D6")]
public interface IBinding : IDisposable, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("2BCB6AC2-6D79-4467-9E1F-D68BB1DBD3D6")>]
type IBinding = interface
interface IComponent
interface IDisposable
Public Interface IBinding
Implements IComponent, IDisposable
- Derived
- Attributes
- Implements