GetTransforms Method (includeSpecialTransforms)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation GetTransforms Method (includeSpecialTransforms)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetTransforms(Boolean)
Gets the names of the transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public string[] GetTransforms(
	bool includeSpecialTransforms
)
Public Function GetTransforms ( 
	includeSpecialTransforms As Boolean
) As String()
public:
array<String^>^ GetTransforms(
	bool includeSpecialTransforms
)
Parameters
includeSpecialTransforms (Boolean)
Specifies whether to include the "patch special transforms" that are prefixed with "#"
Return Value
array<String>[]()[][]
Array of transform names
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.9.1006.0)