IVsMacroRecorder.ExecuteLine Method

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

Syntax

‘선언
Function ExecuteLine ( _
    pszLine As String _
) As Integer
‘사용 방법
Dim instance As IVsMacroRecorder
Dim pszLine As String
Dim returnValue As Integer

returnValue = instance.ExecuteLine(pszLine)
int ExecuteLine(
    string pszLine
)
int ExecuteLine(
    [InAttribute] String^ pszLine
)
abstract ExecuteLine : 
        pszLine:string -> int 
function ExecuteLine(
    pszLine : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMacroRecorder Interface

IVsMacroRecorder Members

Microsoft.VisualStudio.Shell.Interop Namespace