BuildEventArgsReader.SkipUnknownEventParts 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 unread parts of BuildEvents (probably added in newer format of particular BuildEvent)should be silently skipped. Exception thrown otherwise. Parameter is supported only if the file format supports forward compatible reading (version is 18 or higher).
public:
property bool SkipUnknownEventParts { void set(bool value); };
public bool SkipUnknownEventParts { set; }
member this.SkipUnknownEventParts : bool
Public Property SkipUnknownEventParts As Boolean