Partilhar via


WebDataDrivenAdapter.CurrentHtmlDocument Property

Gets or sets the current selected HTML document.

Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)

Usage

'Usage
Dim value As HTMLDocument

value = Me.CurrentHtmlDocument

Me.CurrentHtmlDocument = value

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Property CurrentHtmlDocument As HTMLDocument
[CLSCompliantAttribute(false)] 
protected HTMLDocument CurrentHtmlDocument { get; set; }
[CLSCompliantAttribute(false)] 
protected:
property HTMLDocument^ CurrentHtmlDocument {
    HTMLDocument^ get ();
    void set (HTMLDocument^ value);
}
/** @property */
protected HTMLDocument get_CurrentHtmlDocument ()

/** @property */
protected void set_CurrentHtmlDocument (HTMLDocument value)
protected function get CurrentHtmlDocument () : HTMLDocument

protected function set CurrentHtmlDocument (value : HTMLDocument)

Property Value

Type: HTMLDocument.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WebDataDrivenAdapter Class
WebDataDrivenAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.