FormatTable.PrependFormatData 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.
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
- There were errors loading Formattable. Look in the Errors property to get detailed error messages.