Share via


IVsMacroRecorder.GetStringLiteralExpression Method

Obsolete method. Do not use.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Function GetStringLiteralExpression ( _
    pszStringValue As String, _
    <OutAttribute> ByRef pbstrLiteralExpression As String _
) As Integer
int GetStringLiteralExpression(
    string pszStringValue,
    out string pbstrLiteralExpression
)
int GetStringLiteralExpression(
    [InAttribute] String^ pszStringValue, 
    [OutAttribute] String^% pbstrLiteralExpression
)
abstract GetStringLiteralExpression : 
        pszStringValue:string * 
        pbstrLiteralExpression:string byref -> int
function GetStringLiteralExpression(
    pszStringValue : String, 
    pbstrLiteralExpression : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMacroRecorder Interface

Microsoft.VisualStudio.Shell.Interop Namespace