Message Class
Event args for message events.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| ElevateToError() | Changes the message into an error message. |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Id | Gets the Id for the message. |
| Level | Gets or sets the «see T:WixToolset.Data.MessageLevel» for the message. |
| MessageArgs | Gets the arguments for the format string. |
| ResourceManager | Gets the resource manager for this event args. |
| ResourceNameOrFormat | Gets the name of the resource or format string if no resource manager was provided. |
| SourceLineNumbers | Gets the source line numbers. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
ElevateToError() Method
Section titled “ElevateToError() Method”Changes the message into an error message.
Declaration
Section titled “Declaration”public void ElevateToError()Id Property
Section titled “Id Property”Gets the Id for the message.
Declaration
Section titled “Declaration”public int Id { get; set; }Level Property
Section titled “Level Property”Gets or sets the «see T:WixToolset.Data.MessageLevel» for the message.
Declaration
Section titled “Declaration”public MessageLevel Level { get; set; }MessageArgs Property
Section titled “MessageArgs Property”Gets the arguments for the format string.
Declaration
Section titled “Declaration”public System.Object[] MessageArgs { get; set; }ResourceManager Property
Section titled “ResourceManager Property”Gets the resource manager for this event args.
Declaration
Section titled “Declaration”public System.Resources.ResourceManager ResourceManager { get; set; }ResourceNameOrFormat Property
Section titled “ResourceNameOrFormat Property”Gets the name of the resource or format string if no resource manager was provided.
Declaration
Section titled “Declaration”public string ResourceNameOrFormat { get; set; }SourceLineNumbers Property
Section titled “SourceLineNumbers Property”Gets the source line numbers.
Declaration
Section titled “Declaration”public SourceLineNumber SourceLineNumbers { get; set; }