IBuildEventArgsReaderNotifications Interface

Definition

An interface for notifications from BuildEventArgsReader

public interface class IBuildEventArgsReaderNotifications : Microsoft::Build::Logging::IBuildEventStringsReader
public interface IBuildEventArgsReaderNotifications : Microsoft.Build.Logging.IBuildEventStringsReader
type IBuildEventArgsReaderNotifications = interface
    interface IBuildEventStringsReader
Public Interface IBuildEventArgsReaderNotifications
Implements IBuildEventStringsReader
Derived
Implements

Events

StringEncountered

An event that allows the caller to be notified when a string is encountered in the binary log. BinaryReader passed in ctor is at the beginning of the string at this point.

(Inherited from IBuildEventStringsReader)
StringReadDone

An event that allows the subscriber to be notified when a string is read from the binary log. Subscriber may adjust the string by setting StringToBeUsed property. The passed event arg can be reused and should not be stored.

(Inherited from IBuildEventStringsReader)

Applies to