OutlineCollapseToDefinitionsCommandArgs Class

Definition

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

Constructors

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