ViewCallHierarchyCommandArgs Class

Definition

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

Constructors

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