Class SetContainerQueryTextCommandSettings
SetContainerQueryText
public sealed class SetContainerQueryTextCommandSettings : ICommand- Inheritance
- 
      
      SetContainerQueryTextCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Range
Gets or sets the range
[JsonPropertyName("range")]
public SourceRange Range { get; set; }Property Value
StyleSheetId
Gets or sets the styleSheetId
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }Property Value
Text
Gets or sets the text
[JsonPropertyName("text")]
public string Text { get; set; }