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

상속: AsynchronousEvent, IDebugActivateDocumentEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

메소드 설명
ActivateDocumentEvent ( IDebugDocumentContext2 documentContext, IDebugDocument2 document = null ) : System
GetDocument ( IDebugDocument2 &ppDoc ) : int

Gets the document to activate.

GetDocumentContext ( IDebugDocumentContext2 &ppDocContext ) : int

Gets the document context that describes the position in the document that is to be made active by the debug package.

This position might be used to show the caret, for example.

메소드 상세

ActivateDocumentEvent() 공개 메소드

public ActivateDocumentEvent ( IDebugDocumentContext2 documentContext, IDebugDocument2 document = null ) : System
documentContext IDebugDocumentContext2
document IDebugDocument2
리턴 System

GetDocument() 공개 메소드

Gets the document to activate.
public GetDocument ( IDebugDocument2 &ppDoc ) : int
ppDoc IDebugDocument2 Returns an IDebugDocument2 object that represents the document to be activated.
리턴 int

GetDocumentContext() 공개 메소드

Gets the document context that describes the position in the document that is to be made active by the debug package.
This position might be used to show the caret, for example.
public GetDocumentContext ( IDebugDocumentContext2 &ppDocContext ) : int
ppDocContext IDebugDocumentContext2 Returns an IDebugDocumentContext2 object that represents a position in a source file document.
리턴 int