IVsUIElement::GetUIObject Method (Object^)
Visual Studio 2015
Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element).
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.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.
Show: