SafeWebBrowser.MyWebBrowserSite Class

Inheritance Hierarchy

System.Object
  System.Windows.Forms.WebBrowserSiteBase
    System.Windows.Forms.WebBrowser.WebBrowserSite
      Microsoft.TeamFoundation.WorkItemTracking.Controls.SafeWebBrowser.MyWebBrowserSite

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)

Syntax

'Declaration
Protected Class MyWebBrowserSite _
    Inherits WebBrowser.WebBrowserSite _
    Implements SafeWebBrowser.IOleServiceProvider
protected class MyWebBrowserSite : WebBrowser.WebBrowserSite, 
    SafeWebBrowser.IOleServiceProvider
protected ref class MyWebBrowserSite : public WebBrowser::WebBrowserSite, 
    SafeWebBrowser::IOleServiceProvider
type MyWebBrowserSite =  
    class 
        inherit WebBrowser.WebBrowserSite 
        interface SafeWebBrowser.IOleServiceProvider 
    end
protected class MyWebBrowserSite extends WebBrowser.WebBrowserSite implements SafeWebBrowser.IOleServiceProvider

The SafeWebBrowser.MyWebBrowserSite type exposes the following members.

Constructors

  Name Description
Public method SafeWebBrowser.MyWebBrowserSite

Top

Methods

  Name Description
Public method Dispose() Infrastructure. Releases all resources used by the WebBrowserSiteBase. (Inherited from WebBrowserSiteBase.)
Protected method Dispose(Boolean) Infrastructure. Releases the unmanaged resources used by the WebBrowserSiteBase and optionally releases the managed resources. (Inherited from WebBrowserSiteBase.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method SafeWebBrowser.IOleServiceProvider.QueryService

Top

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.

See Also

Reference

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace