IVsBuildManagerAccessor3::RegisterLogger Method (Int32, Object^)
Visual Studio 2015
Registers a logger for the submission.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- submissionId
-
Type:
System::Int32
The submission for which the logger should be registered.
- punkLogger
-
Type:
System::Object^
The logger to register. The logger must implement ILogger.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: