SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class StatusChangeParams

Parameters sent back with an status change event

Inheritance
System.Object
StatusChangeParams
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class StatusChangeParams

Properties

| Improve this Doc View Source

OwnerUri

URI identifying the text document

Declaration
public string OwnerUri { get; set; }
Type Description
System.String
| Improve this Doc View Source

Status

The new status for the document

Declaration
public string Status { get; set; }
Type Description
System.String
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX