MetadataFormattingOptionsBuilderExtensions 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 MetadataFormattingOptionsBuilder class.
public static class MetadataFormattingOptionsBuilderExtensions
type MetadataFormattingOptionsBuilderExtensions = class
Public Module MetadataFormattingOptionsBuilderExtensions
- Inheritance
-
MetadataFormattingOptionsBuilderExtensions
Methods
GetBaseIndentationLevel(MetadataFormattingOptionsBuilder) |
Gets the level of the base indentation of the TMDL documents. |
GetCasingStyle(MetadataFormattingOptionsBuilder) |
Gets the casing style in which keywords are written to the TMDL text. |
WithBaseIndentationLevel(MetadataFormattingOptionsBuilder, Int32) |
Sets the level of the base indentation of the TMDL documents. |
WithCasingStyle(MetadataFormattingOptionsBuilder, TmdlCasingStyle) |
Sets the casing style in which keywords are written to the TMDL text. |