BrowserLinkExtension Class
Base class for browser link extensions.
Assembly: Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)
The BrowserLinkExtension type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnConnected | Called when the given connection has connected. Perform extension initialization here. |
![]() | OnDisconnecting | Called when the given connection is disconnecting. Perform extension clean up here. |
![]() | PreInit | Internal only. Initializes extension properties before we hand control to the extension author. |
![]() | ToString | (Inherited from Object.) |
Show:
