Share via


HelpLinkAttribute(String) Constructor

Definition

Constructs a new instance of the attribute.

public:
 HelpLinkAttribute(System::String ^ helpLink);
public HelpLinkAttribute (string helpLink);
new Microsoft.VisualStudio.Language.CodeCleanUp.HelpLinkAttribute : string -> Microsoft.VisualStudio.Language.CodeCleanUp.HelpLinkAttribute
Public Sub New (helpLink As String)

Parameters

helpLink
String

The fixer help uri

Exceptions

helpLink is null.

helpLink is an empty string.

Applies to