Condividi tramite


ITraceMergeTextHandler

Ottiene il testo e altri metadati aggiunti dall'utente.

Sintassi

{
    [propget, id(1), helpstring("Count")] HRESULT Count([out, retval] ULONG* cText);
    [id(2), helpstring("GetText")] HRESULT GetText([in] ULONG iText, [out] BSTR* pbstrText);
    [id(3), helpstring("WaitForText")] HRESULT WaitForText([in] ULONG Milliseconds);
    [id(4), helpstring("GetFileName")] HRESULT GetFileName([out] BSTR* pbstrFileName);
    [id(5), helpstring("GetNGenPdbsPath")] HRESULT GetNGenPdbsPath([out] VARIANT_BOOL* pfEnable, [out] BSTR* pbstrNGenPdbsCachePath, [out] BSTR* pbstrNGenPdbsTargetPath);
};

Funzioni

Nella tabella seguente vengono descritte le funzioni fornite da questa interfaccia.

Funzione Descrizione

propget

Restituisce il valore della proprietà specificata.

Gettext

Ottiene la stringa dal file specificato.

WaitForText

Attende fino a quando l'utente aggiunge le stringhe di testo e le chiamate appropriate.

GetFileName

Ottiene il nome del file.

GetNGenPdbsPath

Ottiene il percorso dei PDB di NGEN.

Proprietà

Nella tabella seguente vengono descritte le proprietà fornite da questa interfaccia.

Proprietà Descrizione

Numero

Indica il numero di voci di testo aggiunte dall'utente.

Interfacce