IWebBrowser2.Refresh2 Method

Reloads the file that is currently displayed with the specified refresh level.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As IWebBrowser2
Dim Level As Object

instance.Refresh2(Level)

Syntax

'Declaration
<DispIdAttribute(105)> _
Sub Refresh2 ( _
    <InAttribute> <OptionalAttribute> ByRef Level As Object _
)
[DispIdAttribute(105)] 
void Refresh2 (
    [OptionalAttribute] [InAttribute] ref Object Level
)
[DispIdAttribute(105)] 
void Refresh2 (
    [InAttribute] [OptionalAttribute] Object^% Level
)
/** @attribute DispIdAttribute(105) */ 
void Refresh2 (
    /** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ /** @ref */ Object Level
)

Parameters

  • Level
    Specifies the refresh level.

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

IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace

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