CustomEntryBuilder.StartFrame(UInt32, UInt32, UInt32, UInt32) 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.
public System.Management.Automation.CustomEntryBuilder StartFrame (uint leftIndent = 0, uint rightIndent = 0, uint firstLineHanging = 0, uint firstLineIndent = 0);
member this.StartFrame : uint32 * uint32 * uint32 * uint32 -> System.Management.Automation.CustomEntryBuilder
Public Function StartFrame (Optional leftIndent As UInteger = 0, Optional rightIndent As UInteger = 0, Optional firstLineHanging As UInteger = 0, Optional firstLineIndent As UInteger = 0) As CustomEntryBuilder
Parameters
- leftIndent
- UInt32
- rightIndent
- UInt32
- firstLineHanging
- UInt32
- firstLineIndent
- UInt32