IVsLaunchPadOutputParser 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업 목록 항목 또는 탐색 정보에 대한 도구 출력 줄을 구문 분석합니다. 인터페이스의 메서드 호출 ExecCommandEx(String, String, String, UInt32, IVsOutputWindowPane, UInt32, UInt32, String, IVsLaunchPadEvents, IVsLaunchPadOutputParser, UInt32[], String[]) 자에 의해 구현됩니다 IVsLaunchPad2 .
public interface class IVsLaunchPadOutputParser
public interface class IVsLaunchPadOutputParser
__interface IVsLaunchPadOutputParser
[System.Runtime.InteropServices.Guid("A9832932-5F3B-487D-A80D-95115EADDAC3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLaunchPadOutputParser
[<System.Runtime.InteropServices.Guid("A9832932-5F3B-487D-A80D-95115EADDAC3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLaunchPadOutputParser = interface
Public Interface IVsLaunchPadOutputParser
- 특성
메서드
ParseOutputStringForInfo(String, String[], UInt32[], UInt32[], String[], String[]) |
ParseOutputStringForInfo를 실행 패드로 호출합니다. 작업 항목 텍스트가 반환되면 실행 패드는 반환된 정보를 사용하여 작업 목록 항목을 만듭니다. 파일 이름 및 줄 번호 정보만 반환되는 경우 시작 패드는 출력 창에 줄을 추가하고 파일 이름과 줄 번호를 출력 줄의 탐색 정보로 사용합니다. |