IVsBuildManagerAccessor3.RegisterLogger(Int32, Object) 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.
Registers a logger for the submission.
public:
int RegisterLogger(int submissionId, System::Object ^ punkLogger);
public:
int RegisterLogger(int submissionId, Platform::Object ^ punkLogger);
int RegisterLogger(int submissionId, winrt::Windows::Foundation::IInspectable const & punkLogger);
public int RegisterLogger (int submissionId, object punkLogger);
abstract member RegisterLogger : int * obj -> int
Public Function RegisterLogger (submissionId As Integer, punkLogger As Object) As Integer
Parameters
- submissionId
- Int32
The submission for which the logger should be registered.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.