BrowserLinkAction Class

Represents an Action that can be presented on the Browser Link Dashboard

System.Object
  Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkAction

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

public class BrowserLinkAction

The BrowserLinkAction type exposes the following members.

  NameDescription
Public methodBrowserLinkAction(String, Action<BrowserLinkAction>)Initializes an instance of the BrowserLinkAction class.
Public methodBrowserLinkAction(String, Action<BrowserLinkAction>, Action<BrowserLinkAction>)Initializes an instance of the BrowserLinkAction class.
Top

  NameDescription
Public propertyButtonTextMenu item text
Public propertyCheckedTrue if the item should be displayed with a checkmark on the context menu
Public propertyEnabledTrue if the item should be enabled on the context menu
Public propertyVisibleTrue if the item should displayed on the context menu
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvokeCallbackInternal only. Invokes the callback delegate.
Public methodInvokeUpdateMenuItemInternal only. Invokes the update menu item delegate.
Protected methodMemberwiseClone (Inherited from Object.)
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: