ReferenceParams Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing find reference parameter for find reference request.
See the Language Server Protocol specification for additional information.
public ref class ReferenceParams : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams
public ref class ReferenceParams : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentPositionParams, Microsoft::VisualStudio::LanguageServer::Protocol::IPartialResultParams<System::Object ^>
[System.Runtime.Serialization.DataContract]
public class ReferenceParams : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams
[System.Runtime.Serialization.DataContract]
public class ReferenceParams : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentPositionParams, Microsoft.VisualStudio.LanguageServer.Protocol.IPartialResultParams<object>
[<System.Runtime.Serialization.DataContract>]
type ReferenceParams = class
inherit TextDocumentPositionParams
[<System.Runtime.Serialization.DataContract>]
type ReferenceParams = class
inherit TextDocumentPositionParams
interface IPartialResultParams<obj>
Public Class ReferenceParams
Inherits TextDocumentPositionParams
Public Class ReferenceParams
Inherits TextDocumentPositionParams
Implements IPartialResultParams(Of Object)
- Inheritance
- Attributes
- Implements
Constructors
ReferenceParams() |
Properties
Context |
Gets or sets the reference context. |
PartialResultToken |
Gets or sets the value of the PartialResultToken instance. |
Position |
Gets or sets the value which indicates the position within the document. (Inherited from TextDocumentPositionParams) |
TextDocument |
Gets or sets the value which identifies the document. (Inherited from TextDocumentPositionParams) |