IBindingDisplay Interface
Provides methods that display current binding information about the running application.
interface IBindingDisplay : IUnknown
{
HRESULT InitializeForProcess([in] ULONG32 pid);
HRESULT GetCurrentDisplay([out, retval]
SAFEARRAY(struct BindingDisplayTabControl) *display);
};
Methods
Method |
Description |
---|---|
Returns the current binding display information. |
|
Initializes the IBindingDisplay object. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: BindingDisplay.h
Library: BindingDisplay.idl
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0