Property | Type | Description | |
---|---|---|---|
Difx | |||
IIs | |||
NetFx | |||
Sql | |||
UI | |||
Util | |||
XmlNamespace | string | ||
XmlNamespacePrefix | string |
Method | Description | |
---|---|---|
GetNamespaceDeclaration ( string prefix, string @namespace ) : string |
Gets the xml namespace attribute for the provided prefix and namespace
|
|
ToNamespaceDeclaration ( ) : string |
Gets the xml namespace attribute for this WixExtension
|
|
ToXNamespace ( ) : System.Xml.Linq.XNamespace |
Returns XmlNamespacePrefix as an instance of XNamespace
|
|
WixExtension ( string assembly, string prefix, string @namespace ) : System |
Creates a WixExtension instance representing the corresponding XML namespace declaration
|
public static GetNamespaceDeclaration ( string prefix, string @namespace ) : string | ||
prefix | string | |
@namespace | string | |
return | string |
public ToXNamespace ( ) : System.Xml.Linq.XNamespace | ||
return | System.Xml.Linq.XNamespace |
public WixExtension ( string assembly, string prefix, string @namespace ) : System | ||
assembly | string | |
prefix | string | |
@namespace | string | |
return | System |