IVsMacroRecorder.GetStringLiteralExpression(String, 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 GetStringLiteralExpression(System::String ^ pszStringValue, [Runtime::InteropServices::Out] System::String ^ % pbstrLiteralExpression);
int GetStringLiteralExpression(std::wstring const & pszStringValue, [Runtime::InteropServices::Out] std::wstring const & & pbstrLiteralExpression);
public int GetStringLiteralExpression (string pszStringValue, out string pbstrLiteralExpression);
abstract member GetStringLiteralExpression : string * string -> int
Public Function GetStringLiteralExpression (pszStringValue As String, ByRef pbstrLiteralExpression As String) As Integer
Parameters
- pszStringValue
- String
- pbstrLiteralExpression
- String