GetTransforms Method

Microsoft Deployment Tools

Deployment Tools Foundation GetTransforms Method
Gets the names of the transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public string[] GetTransforms()
Public Function GetTransforms As String()
public:
array<String^>^ GetTransforms()
Return Value
Array of transform names
Remarks
The returned list does not include the "patch special transforms" that are prefixed with "#"

The list of transform names is stored in the LastSavedBy field of the patch summary information.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)