IVsCommandHandlerServiceAdapterFactory.GetCurrentOleCommandExecutionInput Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns OleCommandExecutionArgs instance representing raw (as passed to Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) input arguments for the currently executing command.
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
Parameters
Returns
OleCommandExecutionArgs instance representing raw (as passed to Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)) input.