프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Message | string | ||
Value | string |
메소드 | 설명 | |
---|---|---|
LaunchCondition ( string value, string message ) : System.Xml.Linq |
Initializes a new instance of the LaunchCondition class with properties/fields initialized with specified parameters
|
|
ToCData ( ) : System.Xml.Linq.XCData |
Returns the WiX
|
|
ToString ( ) : string |
Returns the WiX
|
메소드 | 설명 | |
---|---|---|
LaunchCondition ( ) : System.Xml.Linq |
Initializes a new instance of the LaunchCondition class. It is made protected to encourage user to use non-default constructor to handle Escape Characters of the
|
public LaunchCondition ( string value, string message ) : System.Xml.Linq | ||
value | string | The value of the WiX condition expression. |
message | string | The message to be displayed during the installation if |
리턴 | System.Xml.Linq |