This document is archived and information here might be outdated. Recommended version. |
The display based on the given element.
[Visual Basic .NET] Public Function get_Display ( _ ByVal pElement As IElement _ ) As IDisplay
[C#] public IDisplay get_Display ( IElement pElement );
[C++]
HRESULT get_Display(
IElement* pElement,
IDisplay** ppDisplay
);
[C++] Parameters pElement [in]
pElement is a parameter of type IElement* ppDisplay [out, retval]
ppDisplay is a parameter of type IDisplay**