TextMeasureInfo Class

Definition

Class output by Measure-Object.

public ref class TextMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
public ref class TextMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
class TextMeasureInfo sealed : Microsoft::PowerShell::Commands::MeasureInfo
public sealed class TextMeasureInfo : Microsoft.PowerShell.Commands.MeasureInfo
type TextMeasureInfo = class
    inherit MeasureInfo
Public NotInheritable Class TextMeasureInfo
Inherits MeasureInfo
Inheritance
TextMeasureInfo

Constructors

TextMeasureInfo()

Initializes a new instance of the TextMeasureInfo class. Default ctor.

Properties

Characters

The sum of property values.

Lines

Keeping track of number of objects with a certain property.

Property

Property name.

(Inherited from MeasureInfo)
Words

The average of property values.

Applies to