FormatTable.AppendFormatData Method
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.
Append the formatData to the list of formatting configurations, and update the entire formatting database.
public:
void AppendFormatData(System::Collections::Generic::IEnumerable<System::Management::Automation::ExtendedTypeDefinition ^> ^ formatData);
public void AppendFormatData (System.Collections.Generic.IEnumerable<System.Management.Automation.ExtendedTypeDefinition> formatData);
member this.AppendFormatData : seq<System.Management.Automation.ExtendedTypeDefinition> -> unit
Public Sub AppendFormatData (formatData As IEnumerable(Of ExtendedTypeDefinition))
Parameters
- formatData
- IEnumerable<ExtendedTypeDefinition>
The formatData is of type 'ExtendedTypeDefinition'. It defines the View configuration including TableControl, ListControl, and WideControl.
Exceptions
- There were errors loading Formattable. Look in the Errors property to get detailed error messages.