IBrowserLinkExtensionFactory Interface

Creates instances of browser link extension objects.

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

public interface IBrowserLinkExtensionFactory

The IBrowserLinkExtensionFactory type exposes the following members.

  NameDescription
Public methodCreateExtensionInstanceCreates a BrowserLinkExtension object when a new connection is made.
Public methodGetScriptReturns the Javascript implementation of this extension.
Top
Show: