IVsInfoBarUIElement::GetUIObject Method (Object^)
Visual Studio 2015
Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element).
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Parameters
- ppUnk
-
Type:
System::Object^
[out] The UI object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsUIElement::GetUIObject(Object^)
Show: