IVsBuildManagerAccessor3::RegisterLogger Method (Int32, Object^)

 

Registers a logger for the submission.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

int RegisterLogger(
	int submissionId,
	Object^ punkLogger
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: