CompletionFilterWithState.WithSelected(Boolean) Yöntem

Tanım

Belirtilen öğesinin örneğini döndürür CompletionFilterWithStateIsSelected

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

Parametreler

isSelected
Boolean

Döndürülenler

CompletionFilterWithState

Güncelleştiren örnek CompletionFilterWithState

Şunlara uygulanır