CompletionStartData.ParticipatesInCompletionIfAny Property

Definition

Value to use when IAsyncCompletionSource does not know the precise SnapshotSpan for completion, but wishes to participate in completion if language service can provide a valid SnapshotSpan.

public:
 static property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData ParticipatesInCompletionIfAny { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionStartData get(); };
public static Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData ParticipatesInCompletionIfAny { get; }
static member ParticipatesInCompletionIfAny : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionStartData
Public Shared ReadOnly Property ParticipatesInCompletionIfAny As CompletionStartData

Property Value

Applies to