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. |
Ottiene la stringa dal file specificato. |
|
Attende fino a quando l'utente aggiunge le stringhe di testo e le chiamate appropriate. |
|
Ottiene il nome del file. |
|
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. |