Свойство | Тип | Описание | |
---|---|---|---|
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
|
protected LaunchCondition ( ) : System.Xml.Linq | ||
Результат | System.Xml.Linq |
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 |
public ToCData ( ) : System.Xml.Linq.XCData | ||
Результат | System.Xml.Linq.XCData |