FindReferencesCommandArgs Class

Definition

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

Constructors

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