HelpCommandArgs Class

Definition

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

Constructors

HelpCommandArgs(ITextView, ITextBuffer)

Properties

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