BrowserLinkExtension Class

Base class for browser link extensions.

System.Object
  Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkExtension

Namespace:  Microsoft.VisualStudio.Web.BrowserLink
Assembly:  Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)

public abstract class BrowserLinkExtension

The BrowserLinkExtension type exposes the following members.

  NameDescription
Public propertyActionsReturns Actions that are presented on the Browser Link Dashboard
Protected propertyBrowsersClient invoke root.
Protected propertyConnectionsConnections root.
Protected propertyFactoriesFactories root.
Public propertyNameName of this extension.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnConnectedCalled when the given connection has connected. Perform extension initialization here.
Public methodOnDisconnectingCalled when the given connection is disconnecting. Perform extension clean up here.
Public methodPreInitInternal only. Initializes extension properties before we hand control to the extension author.
Public methodToString (Inherited from Object.)
Top

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