FormatTable.PrependFormatData Method

Definition

Prepend the formatData to the list of formatting configurations, and update the entire formatting database.

public:
 void PrependFormatData(System::Collections::Generic::IEnumerable<System::Management::Automation::ExtendedTypeDefinition ^> ^ formatData);
public void PrependFormatData (System.Collections.Generic.IEnumerable<System.Management.Automation.ExtendedTypeDefinition> formatData);
member this.PrependFormatData : seq<System.Management.Automation.ExtendedTypeDefinition> -> unit
Public Sub PrependFormatData (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