CustomActionData Constructor (keyValueList)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CustomActionData Constructor (keyValueList)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataCustomActionData(String)
Reconstructs a custom action data object from data that was previously persisted in a string.
Declaration Syntax
C# Visual Basic Visual C++
public CustomActionData(
	string keyValueList
)
Public Sub New ( 
	keyValueList As String
)
public:
CustomActionData(
	String^ keyValueList
)
Parameters
keyValueList (String)
Previous output from ToString()()()().

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)