MetadataFormattingOptionsExtensions Class
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.
A utility class that provides extension methods to the MetadataFormattingOptions class.
public static class MetadataFormattingOptionsExtensions
type MetadataFormattingOptionsExtensions = class
Public Module MetadataFormattingOptionsExtensions
- Inheritance
-
MetadataFormattingOptionsExtensions
Methods
| Name | Description |
|---|---|
| WithEncoding(MetadataFormattingOptions, Encoding) |
Sets on the options the encoding that is used in metadata content serialization. |
| WithNewLineStyle(MetadataFormattingOptions, NewLineStyle) |
Sets on the options the indication of the end of a text line in metadata content serialization. |
| WithSpacesIndentationMode(MetadataFormattingOptions, Int32) |
Sets on the options that indentaition is based on Tabs style with the specified length. |
| WithTabsIndentationMode(MetadataFormattingOptions) |
Sets on the options that indentaition is based on Tabs style. |