IVsCommandHandlerServiceAdapterFactory.GetCurrentOleCommandExecutionInput(ITextView) Méthode

Définition

Retourne l' OleCommandExecutionArgs instance représentant RAW (comme passé aux Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) arguments d’entrée pour la commande en cours d’exécution.

public:
 Microsoft::VisualStudio::Editor::Commanding::OleCommandExecutionArgs ^ GetCurrentOleCommandExecutionInput(Microsoft::VisualStudio::Text::Editor::ITextView ^ textView);
public Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs GetCurrentOleCommandExecutionInput (Microsoft.VisualStudio.Text.Editor.ITextView textView);
abstract member GetCurrentOleCommandExecutionInput : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Editor.Commanding.OleCommandExecutionArgs
Public Function GetCurrentOleCommandExecutionInput (textView As ITextView) As OleCommandExecutionArgs

Paramètres

textView
ITextView

ITextViewSur lequel la commande est exécutée.

Retours

OleCommandExecutionArgs

OleCommandExecutionArgs instance représentant une entrée brute (passée à Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) ).

S’applique à