FixIdAttribute(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:
FixIdAttribute(System::String ^ fixId);
public FixIdAttribute (string fixId);
new Microsoft.VisualStudio.Language.CodeCleanUp.FixIdAttribute : string -> Microsoft.VisualStudio.Language.CodeCleanUp.FixIdAttribute
Public Sub New (fixId As String)
Parameters
- fixId
- String
The fix id
Exceptions
fixId
is null.
fixId
is an empty string.