CompletionFilterWithState.WithSelected(Boolean) 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.
Returns instance of CompletionFilterWithState with specified IsSelected
public:
Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionFilterWithState ^ WithSelected(bool isSelected);
public Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState WithSelected (bool isSelected);
member this.WithSelected : bool -> Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionFilterWithState
Public Function WithSelected (isSelected As Boolean) As CompletionFilterWithState
Parameters
- isSelected
- Boolean
Value to use for IsSelected
Returns
Updated instance of CompletionFilterWithState