IVsCommonMessagePumpFactory.CreateInstance(IVsCommonMessagePump) 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.
Creates an instance of the IVsCommonMessagePump service.
public:
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump ^ % ppIVsCommonMessagePump);
public:
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump ^ & ppIVsCommonMessagePump);
int CreateInstance([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump const & & ppIVsCommonMessagePump);
public int CreateInstance (out Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump ppIVsCommonMessagePump);
abstract member CreateInstance : IVsCommonMessagePump -> int
Public Function CreateInstance (ByRef ppIVsCommonMessagePump As IVsCommonMessagePump) As Integer
Parameters
- ppIVsCommonMessagePump
- IVsCommonMessagePump
[out] The IVsCommonMessagePump service.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.