IProvideAltHTML.GetAltHTML(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Alt property text.
public:
int GetAltHTML([Runtime::InteropServices::Out] System::String ^ % pstrAltHTML);
int GetAltHTML([Runtime::InteropServices::Out] std::wstring const & & pstrAltHTML);
public int GetAltHTML (out string pstrAltHTML);
abstract member GetAltHTML : string -> int
Public Function GetAltHTML (ByRef pstrAltHTML As String) As Integer
Parameters
- pstrAltHTML
- String
[out, retval] Pointer to the string containing the Alt property text.