Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.yml
2016-12-15 16:37:50 -08:00

462 lines
14 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams
commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams
id: DidChangeTextDocumentParams
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
children:
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
- Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
langs:
- csharp
- vb
name: DidChangeTextDocumentParams
nameWithType: DidChangeTextDocumentParams
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: DidChangeTextDocumentParams
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
startLine: 102
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
syntax:
content: public class DidChangeTextDocumentParams
content.vb: Public Class DidChangeTextDocumentParams
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
id: TextDocument
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams
langs:
- csharp
- vb
name: TextDocument
nameWithType: DidChangeTextDocumentParams.TextDocument
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: TextDocument
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
startLine: 107
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the changed document.\n"
example: []
syntax:
content: public VersionedTextDocumentIdentifier TextDocument { get; set; }
content.vb: Public Property TextDocument As VersionedTextDocumentIdentifier
parameters: []
return:
type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.VersionedTextDocumentIdentifier
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
commentId: P:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
id: ContentChanges
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams
langs:
- csharp
- vb
name: ContentChanges
nameWithType: DidChangeTextDocumentParams.ContentChanges
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
type: Property
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ContentChanges
path: ../src/Microsoft.SqlTools.ServiceLayer/Workspace/Contracts/TextDocument.cs
startLine: 112
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
summary: "\nGets or sets the list of changes to the document content.\n"
example: []
syntax:
content: public TextDocumentChangeEvent[] ContentChanges { get; set; }
content.vb: Public Property ContentChanges As TextDocumentChangeEvent()
parameters: []
return:
type: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent[]
overload: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges*
modifiers.csharp:
- public
- get
- set
modifiers.vb:
- Public
references:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
commentId: N:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
nameWithType: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: false
name: System
nameWithType: System
fullName: System
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
isExternal: false
name: TextDocument
nameWithType: DidChangeTextDocumentParams.TextDocument
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.TextDocument
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.VersionedTextDocumentIdentifier
commentId: T:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.VersionedTextDocumentIdentifier
parent: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts
isExternal: false
name: VersionedTextDocumentIdentifier
nameWithType: VersionedTextDocumentIdentifier
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.VersionedTextDocumentIdentifier
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
isExternal: false
name: ContentChanges
nameWithType: DidChangeTextDocumentParams.ContentChanges
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.DidChangeTextDocumentParams.ContentChanges
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent[]
name: TextDocumentChangeEvent[]
nameWithType: TextDocumentChangeEvent[]
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent[]
nameWithType.vb: TextDocumentChangeEvent()
fullname.vb: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent()
name.vb: TextDocumentChangeEvent()
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent
name: TextDocumentChangeEvent
nameWithType: TextDocumentChangeEvent
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent
- name: '[]'
nameWithType: '[]'
fullName: '[]'
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent
name: TextDocumentChangeEvent
nameWithType: TextDocumentChangeEvent
fullName: Microsoft.SqlTools.ServiceLayer.Workspace.Contracts.TextDocumentChangeEvent
- name: ()
nameWithType: ()
fullName: ()