IProvideRuntimeHTML.GetRuntimeHTML(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.
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.