FixIdDefinition Class
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.
Defines a definition for a fix id.
public ref class FixIdDefinition sealed
public sealed class FixIdDefinition
type FixIdDefinition = class
Public NotInheritable Class FixIdDefinition
- Inheritance
-
FixIdDefinition
Remarks
This is a MEF component part, and should be exported with the following attributes:
[Export]
[Name("Unique name") (required)
[FixId("ABC123"] (required)
[ConfigurationKey("cs_configurationKey")] (required)
[LocalizedName] (required)
[ContentType] (required)
[Order] (optional)
[HelpLink("https://www.microsoft.com")] (optional)
[EnableByDefault(true)] (optional)
Constructors
FixIdDefinition() |