StartAutomaticOutliningCommandArgs Class

Definition

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

Constructors

StartAutomaticOutliningCommandArgs(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