StkPatternFileOptions Properties |
The StkPatternFileOptions type exposes the following members.
Name | Description | |
---|---|---|
IgnorePropertiesWithUnsupportedValues |
Gets or sets a value indicating whether ReadFrom(TextReader, StkPatternFileOptions)
will ignore a property in the pattern file if the property has a value that the reader does not understand.
If this property is , the reader will throw an InvalidDataException
when it encounters such a property. If this property is , the reader will note the
property with the unsupported value in the PropertiesWithUnsupportedValues
collection but will otherwise ignore it, which can result in incorrect interpretation of the data in the
pattern file.
| |
IgnoreUnsupportedProperties |
Gets or sets a value indicating whether ReadFrom(TextReader, StkPatternFileOptions)
will ignore a property in the pattern file that it does not understand. If this property is
, the reader will throw an InvalidDataException when it encounters
such a property. If this property is , the reader will note the unsupported property
in the UnsupportedProperties collection but will otherwise ignore it, which can
result in incorrect interpretation of the data in the pattern file. Setting this property to
will also cause the reader to ignore pattern blocks in an unsupported format.
|