Share via


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

IBindingDisplay::GetCurrentDisplay Method

Returns the current binding display information.

IBindingDisplay::InitializeForProcess Method

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

See Also

Other Resources

Diagnostics Symbol Store Interfaces