C# 클래스 PowerStudio.DebugEngine.Events.OutputDebugStringEvent

This interface is sent by the debug engine (DE) to the session debug manager (SDM) to output a string for debug tracing.
상속: AsynchronousEvent, IDebugOutputStringEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

메소드 설명
GetString ( string &pbstrString ) : int

Gets the displayable message.

OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio

메소드 상세

GetString() 공개 메소드

Gets the displayable message.
public GetString ( string &pbstrString ) : int
pbstrString string Returns the displayable message.
리턴 int

OutputDebugStringEvent() 공개 메소드

public OutputDebugStringEvent ( string value ) : Microsoft.VisualStudio
value string
리턴 Microsoft.VisualStudio