Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Used by an ActiveX control to provide an HTML string to its container at runtime.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("33C0C1DC-33CF-11D3-BFF2-00C04F990235")> _
Public Interface IProvideRuntimeHTML
[InterfaceTypeAttribute()]
[GuidAttribute("33C0C1DC-33CF-11D3-BFF2-00C04F990235")]
public interface IProvideRuntimeHTML
[InterfaceTypeAttribute()]
[GuidAttribute(L"33C0C1DC-33CF-11D3-BFF2-00C04F990235")]
public interface class IProvideRuntimeHTML
[<InterfaceTypeAttribute()>]
[<GuidAttribute("33C0C1DC-33CF-11D3-BFF2-00C04F990235")>]
type IProvideRuntimeHTML = interface end
public interface IProvideRuntimeHTML
The IProvideRuntimeHTML type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetRuntimeHTML | Provides a runtime string of HTML from an ActiveX control. |
Top
.gif)