FormatTable.AppendFormatData Method

Definition

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

  1. There were errors loading Formattable. Look in the Errors property to get detailed error messages.

Applies to