CustomActionData Constructor (keyValueList)

DTF API

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++ F#
public CustomActionData(
	string keyValueList
)
Public Sub New ( 
	keyValueList As String
)
public:
CustomActionData(
	String^ keyValueList
)
new : 
        keyValueList : string -> CustomActionData
Parameters
keyValueList (String)
Previous output from ToString()()()().

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