Message Class
Event args for message events.
Methods
Method | Description |
---|---|
ElevateToError() | Changes the message into an error message. |
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 {#elevatetoerror_nop}
Changes the message into an error message.
Declaration
public void ElevateToError()
Id Property {#id}
Gets the Id for the message.
Declaration
public int Id { get; set; }
Level Property {#level}
Gets or sets the «see T:WixToolset.Data.MessageLevel» for the message.
Declaration
public MessageLevel Level { get; set; }
MessageArgs Property {#messageargs}
Gets the arguments for the format string.
Declaration
public System.Object[] MessageArgs { get; set; }
ResourceManager Property {#resourcemanager}
Gets the resource manager for this event args.
Declaration
public System.Resources.ResourceManager ResourceManager { get; set; }
ResourceNameOrFormat Property {#resourcenameorformat}
Gets the name of the resource or format string if no resource manager was provided.
Declaration
public string ResourceNameOrFormat { get; set; }
SourceLineNumbers Property {#sourcelinenumbers}
Gets the source line numbers.
Declaration
public SourceLineNumber SourceLineNumbers { get; set; }