CompletionStartData(CompletionParticipation, SnapshotSpan) Constructor
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.
public CompletionStartData (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation participation, Microsoft.VisualStudio.Text.SnapshotSpan applicableToSpan = default);
new Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation * Microsoft.VisualStudio.Text.SnapshotSpan -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData
Public Sub New (participation As CompletionParticipation, Optional applicableToSpan As SnapshotSpan = Nothing)
Parameters
- participation
- CompletionParticipation
- applicableToSpan
- SnapshotSpan