HelpLinkAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.