Share via


IProvideRuntimeHTML.GetRuntimeHTML(String) Method

Definition

Provides a runtime string of HTML from an ActiveX control.

public:
 int GetRuntimeHTML([Runtime::InteropServices::Out] System::String ^ % pstrRuntimeHTML);
int GetRuntimeHTML([Runtime::InteropServices::Out] std::wstring const & & pstrRuntimeHTML);
public int GetRuntimeHTML (out string pstrRuntimeHTML);
abstract member GetRuntimeHTML : string -> int
Public Function GetRuntimeHTML (ByRef pstrRuntimeHTML As String) As Integer

Parameters

pstrRuntimeHTML
String

[out] Pointer to a string containing HTML generated by the control.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to