BrowserLinkCallbackAttribute Class

Represents an attribute that specifies a method is a browser link callback.

System.Object
  System.Attribute
    Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkCallbackAttribute

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

[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class BrowserLinkCallbackAttribute : Attribute

The BrowserLinkCallbackAttribute type exposes the following members.

  NameDescription
Public methodBrowserLinkCallbackAttributeInitializes a new instance of the BrowserLinkCallback class.
Top

  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top

  NameDescription
Public methodEquals (Inherited from Attribute.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
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: