TextStudioCharacterSubstitutionResult
public readonly struct TextStudioCharacterSubstitutionResultReports the output and scheduling consequences of one substitution update.
Fields
Section titled “Fields”
Changed
Section titled “Changed”public readonly bool ChangedReturns
System.Boolean
HasActiveSubstitutions
Section titled “HasActiveSubstitutions”public readonly bool HasActiveSubstitutionsReturns
System.Boolean
Constructors
Section titled “Constructors”
TextStudioCharacterSubstitutionResult(bool, bool)
Section titled “TextStudioCharacterSubstitutionResult(bool, bool)”public TextStudioCharacterSubstitutionResult(bool changed, bool hasActiveSubstitutions)Creates an update result.
Parameters
| Name | Type |
|---|---|
changed |
System.Boolean |
hasActiveSubstitutions |
System.Boolean |