CompletionState.TranslateTo(ITextSnapshot) Method
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.
Create a new CompletionState by translating this to the specified snapshot
.
public Microsoft.VisualStudio.Language.Proposals.CompletionState TranslateTo (Microsoft.VisualStudio.Text.ITextSnapshot snapshot);
member this.TranslateTo : Microsoft.VisualStudio.Text.ITextSnapshot -> Microsoft.VisualStudio.Language.Proposals.CompletionState
Public Function TranslateTo (snapshot As ITextSnapshot) As CompletionState
Parameters
- snapshot
- ITextSnapshot