IProvideAltHTML.GetAltHTML(String) Method

Definition

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.

Returns

Applies to