FormatViewDefinition Class

Definition

Defines a formatting view for a particular type.

public ref class FormatViewDefinition sealed
public sealed class FormatViewDefinition
[System.Diagnostics.DebuggerDisplay("{Name}")]
public sealed class FormatViewDefinition
type FormatViewDefinition = class
[<System.Diagnostics.DebuggerDisplay("{Name}")>]
type FormatViewDefinition = class
Public NotInheritable Class FormatViewDefinition
Inheritance
FormatViewDefinition
Attributes

Constructors

FormatViewDefinition(String, PSControl)

Properties

Control

The control defined by this formatting view can be one of table, list, wide, or custom

Name

Name of the formatting view as defined in the formatting file

Applies to