BuildEventArgsReader.Read 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.
Reads the next log record from the BinaryReader.
public:
Microsoft::Build::Framework::BuildEventArgs ^ Read();
public Microsoft.Build.Framework.BuildEventArgs Read ();
public Microsoft.Build.Framework.BuildEventArgs? Read ();
member this.Read : unit -> Microsoft.Build.Framework.BuildEventArgs
Public Function Read () As BuildEventArgs
Returns
The next BuildEventArgs.
If there are no more records, returns null
.