ToggleCompletionListFilterCommandArgs Class

Definition

public ref class ToggleCompletionListFilterCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class ToggleCompletionListFilterCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type ToggleCompletionListFilterCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class ToggleCompletionListFilterCommandArgs
Inherits EditorCommandArgs
Inheritance
ToggleCompletionListFilterCommandArgs

Constructors

ToggleCompletionListFilterCommandArgs(ITextView, ITextBuffer, String)

Properties

AccessKey
SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to