Class PowerShellLanguage
Represents a class that provides support for Syntax highlighting and Outlining for Powershell language.
Inherited Members
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class PowerShellLanguage : ProceduralLanguageBase
Constructors
PowerShellLanguage(EditControl)
Initializes a new instance of the PowerShellLanguage class.
Declaration
public PowerShellLanguage(EditControl control)
Parameters
Type | Name | Description |
---|---|---|
EditControl | control | It represents the EditControl |
Remarks
PowerShellLanguage constructor is used to initialize powershell language Formats, Lexem, Name, FileExtension, TextForeground, BlockStart, BlockEnd, ApplyColoring, CaseSensitive, SupportsOutlining and SupportsIntellisense.