ITraceMergeTextHandler

Obtains the text and other metadata that was added by the user.

Syntax

{
    [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);
};

Functions

The following table describes the functions that this interface provides.

Function Description

propget

Returns the value of the specified property.

GetText

Obtains the string from the specified file.

WaitForText

Waits until the user adds the appropriate text strings and calls.

GetFileName

Obtains the file name.

GetNGenPdbsPath

Obtains the path to NGEN PDBs.

Properties

The following table describes the properties that this interface provides.

Property Description

Count

Indicates the number of text entries added by the user.

Interfaces