Defines common settings that apply to all the views of the formatting file. Common settings include displaying errors, wrapping text in tables, defining how collections are expanded, and more.
Schema
- Configuration Element
- DefaultSettings Element
Syntax
<DefaultSettings>
<ShowError/>
<DisplayError/>
<PropertyCountForTable>NumberOfProperties</PropertyCountFortable>
<WrapTables/>
<EnumerableExpansions>...</EnumerableExpansions>
</DefaultSettings>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
DefaultSettings
element.
Attributes
None.
Child Elements
Element | Description |
---|---|
DisplayError Element | Optional element. Specifies that the string #ERR is displayed when an error occurs while displaying a piece of data. |
EnumerableExpansions Element | Optional element. Defines the different ways that .NET objects are expanded when they are displayed in a view. |
PropertyCountForTable | Optional element. Specifies the minimum number of properties that an object must have to display the object in a table view. |
ShowError Element | Optional element. Specifies that the full error record is displayed when an error occurs while displaying a piece of data. |
WrapTables Element | Optional element. Specifies that data in a table is moved to the next line if it does not fit into the width of the column. |
Parent Elements
Element | Description |
---|---|
Configuration Element | Represents the top-level element of a formatting file. |
Remarks
See Also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
PowerShell