Deployment Tools Foundation
GetTransforms Method (includeSpecialTransforms)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► GetTransforms(Boolean)
Gets the names of the transforms included in the patch package.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string[] GetTransforms( bool includeSpecialTransforms )
Public Function GetTransforms ( includeSpecialTransforms As Boolean ) As String()
public: array<String^>^ GetTransforms( bool includeSpecialTransforms )
member GetTransforms : includeSpecialTransforms : bool -> string[]
Parameters
- includeSpecialTransforms (Boolean)
- Specifies whether to include the "patch special transforms" that are prefixed with "#"
Return Value
Remarks
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.dll) Version: 3.0.0.0 (3.11.1.2318)