IOleDocumentSite.ActivateMe(IOleDocumentView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void ActivateMe(Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ pViewToActivate);
public:
void ActivateMe(Microsoft::VisualStudio::OLE::Interop::IOleDocumentView ^ pViewToActivate);
void ActivateMe(Microsoft::VisualStudio::OLE::Interop::IOleDocumentView const & pViewToActivate);
public void ActivateMe (Microsoft.VisualStudio.OLE.Interop.IOleDocumentView pViewToActivate);
abstract member ActivateMe : Microsoft.VisualStudio.OLE.Interop.IOleDocumentView -> unit
Public Sub ActivateMe (pViewToActivate As IOleDocumentView)
Parameters
- pViewToActivate
- IOleDocumentView
Remarks
For information on the COM interface, see IOleDocumentSite::ActivateMe