IVsMacroRecorder.ExecuteLine(String) 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.
Obsolete method. Do not use.
public:
int ExecuteLine(System::String ^ pszLine);
public:
int ExecuteLine(Platform::String ^ pszLine);
int ExecuteLine(std::wstring const & pszLine);
public int ExecuteLine (string pszLine);
abstract member ExecuteLine : string -> int
Public Function ExecuteLine (pszLine As String) As Integer
Parameters
- pszLine
- String