Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |
Obtains the string from the specified file. |
|
Waits until the user adds the appropriate text strings and calls. |
|
Obtains the file name. |
|
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. |