Deployment Tools Foundation
GetObject<(Of <(T>)>) Method (key)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionData ► GetObject<(Of <(T>)>)(String)
Gets a value from the data collection, using XML serialization to load the object from a string.
Declaration Syntax
Generic Template Parameters- T
Parameters- key (String)
- Case-sensitive data key.
Exceptions| Exception | Condition |
|---|---|
| InvalidOperationException | The value could not be deserialized. |