ITraceMergeTextHandler
获取用户添加的文本和其他元数据。
语法
{
[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);
};
函数
下表描述了该接口提供的功能。
函数 | 说明 |
---|---|
propget |
返回指定的属性的值。 |
从指定的文件获取字符串。 |
|
等待用户添加相应的文本字符串并调用。 |
|
获取文件名。 |
|
获取 NGEN PDB 的路径。 |
属性
下表描述了该接口提供的属性。
属性 | 说明 |
---|---|
Count |
表示用户添加的文本条目数。 |