Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows 8, Windows 8.1
Obtains the text and other metadata that was added by the user.
{
[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. |