CompletionStartData.Participation Property
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.
Describes the level of IAsyncCompletionSource's participation in the IAsyncCompletionSession.
public:
property Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionParticipation Participation { Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionParticipation get(); };
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation Participation { [System.Runtime.CompilerServices.IsReadOnly] get; }
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation Participation { get; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Participation : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation
member this.Participation : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionParticipation
Public ReadOnly Property Participation As CompletionParticipation
Property Value
- Attributes