IProvideRuntimeHTML Interface
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.
Used by an ActiveX control to provide an HTML string to its container at runtime.
public interface class IProvideRuntimeHTML
public interface class IProvideRuntimeHTML
__interface IProvideRuntimeHTML
[System.Runtime.InteropServices.Guid("33C0C1DC-33CF-11D3-BFF2-00C04F990235")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProvideRuntimeHTML
[<System.Runtime.InteropServices.Guid("33C0C1DC-33CF-11D3-BFF2-00C04F990235")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProvideRuntimeHTML = interface
Public Interface IProvideRuntimeHTML
- Attributes
Methods
GetRuntimeHTML(String) |
Provides a runtime string of HTML from an ActiveX control. |