TextMeasureInfo Class
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.
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
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. |