IVsLaunchPadOutputParser Interface
Parses tool output lines for task list item or navigation information. Implemented by callers of the ExecCommandEx method of the IVsLaunchPad2 interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("A9832932-5F3B-487D-A80D-95115EADDAC3")> _
Public Interface IVsLaunchPadOutputParser
'Usage
Dim instance As IVsLaunchPadOutputParser
[InterfaceTypeAttribute()]
[GuidAttribute("A9832932-5F3B-487D-A80D-95115EADDAC3")]
public interface IVsLaunchPadOutputParser
[InterfaceTypeAttribute()]
[GuidAttribute(L"A9832932-5F3B-487D-A80D-95115EADDAC3")]
public interface class IVsLaunchPadOutputParser
public interface IVsLaunchPadOutputParser