IBinding Interface

Definition

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

Applies to