OutlineStopHidingAllCommandArgs Class

Definition

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

Constructors

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