Свойство | Type | Description | |
---|---|---|---|
Message | string | ||
Value | string |
Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
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 | ||
Résultat | 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 |
Résultat | System.Xml.Linq |
public ToCData ( ) : System.Xml.Linq.XCData | ||
Résultat | System.Xml.Linq.XCData |