WebDataDrivenAdapter.CurrentHtmlDocument Property
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.
Important
This API is not CLS-compliant.
Gets or sets the current selected HTML document.
protected:
property mshtml::HTMLDocument ^ CurrentHtmlDocument { mshtml::HTMLDocument ^ get(); void set(mshtml::HTMLDocument ^ value); };
[System.CLSCompliant(false)]
protected mshtml.HTMLDocument CurrentHtmlDocument { get; set; }
[<System.CLSCompliant(false)>]
member this.CurrentHtmlDocument : mshtml.HTMLDocument with get, set
Protected Property CurrentHtmlDocument As HTMLDocument
Property Value
- Attributes