GetTransformsInfo Method (includeSpecialTransforms)

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetTransformsInfo Method (includeSpecialTransforms)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetTransformsInfo(Boolean)
Gets information about the transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++ F#
public TransformInfo[] GetTransformsInfo(
	bool includeSpecialTransforms
)
Public Function GetTransformsInfo ( 
	includeSpecialTransforms As Boolean
) As TransformInfo()
public:
array<TransformInfo^>^ GetTransformsInfo(
	bool includeSpecialTransforms
)
member GetTransformsInfo : 
        includeSpecialTransforms : bool -> TransformInfo[] 
Parameters
includeSpecialTransforms (Boolean)
Specifies whether to include the "patch special transforms" that are prefixed with "#"
Return Value
array<TransformInfo>[]()[][]
Array containing information about each transform

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