BuildEventArgsReader.SkipUnknownEvents Property
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.
Indicates whether unknown BuildEvents should be silently skipped. Read returns null otherwise. Parameter is supported only if the file format supports forward compatible reading (version is 18 or higher).
public:
property bool SkipUnknownEvents { void set(bool value); };
public bool SkipUnknownEvents { set; }
member this.SkipUnknownEvents : bool
Public Property SkipUnknownEvents As Boolean