IDocumentSite::ActivateObject Method (UInt32)
Visual Studio 2015
Activates the document object.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Bit flags using one of two values: ACT_DEFAULT to use the default activation; ACT_SHOW to display the object.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
HRESULT IDocumentSite::ActivateObject(ACTFLAG dwFlags);
Show: