BrowserLinkAction Class
Represents an Action that can be presented on the Browser Link Dashboard
Assembly: Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)
The BrowserLinkAction type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BrowserLinkAction(String, Action<BrowserLinkAction>) | Initializes an instance of the BrowserLinkAction class. |
![]() | BrowserLinkAction(String, Action<BrowserLinkAction>, Action<BrowserLinkAction>) | Initializes an instance of the BrowserLinkAction class. |
| Name | Description | |
|---|---|---|
![]() | ButtonText | Menu item text |
![]() | Checked | True if the item should be displayed with a checkmark on the context menu |
![]() | Enabled | True if the item should be enabled on the context menu |
![]() | Visible | True if the item should displayed on the context menu |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InvokeCallback | Internal only. Invokes the callback delegate. |
![]() | InvokeUpdateMenuItem | Internal only. Invokes the update menu item delegate. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
