C# Класс PowerStudio.DebugEngine.Events.ActivateDocumentEvent

Наследование: AsynchronousEvent, IDebugActivateDocumentEvent2
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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