PresenterControlComboBoxItem.InjectScriptIntoHtmlHead 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.
protected:
void InjectScriptIntoHtmlHead(mshtml::HTMLDocument ^ doc, System::String ^ script);
protected void InjectScriptIntoHtmlHead (mshtml.HTMLDocument doc, string script);
member this.InjectScriptIntoHtmlHead : mshtml.HTMLDocument * string -> unit
Protected Sub InjectScriptIntoHtmlHead (doc As HTMLDocument, script As String)
Parameters
- doc
- HTMLDocument
- script
- String