IBindingDisplay::GetCurrentDisplay Method
Returns the current binding display information.
Syntax
HRESULT GetCurrentDisplay (
[out, retval] SAFEARRAY(struct BindingDisplayTabControl) *display
);
Parameters
display
[out, retval] A pointer to a safearray containing the binding display information.
Remarks
The IBindingDisplay::InitializeForProcess method must have previously succeeded, and the program must be stopped by a debugger.
The caller must deallocate the returned SAFEARRAY
memory by using SafeArrayDestroy.
Requirements
Platforms: See System Requirements.
Header: BindingDisplay.h
Library: BindingDisplay.idl
.NET Framework Versions: Available since 2.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.