GetTransformInfo Method (transform)

Microsoft Deployment Tools

Deployment Tools Foundation GetTransformInfo Method (transform)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetTransformInfo(String)
Gets information about a transforms included in the patch package.
Declaration Syntax
C# Visual Basic Visual C++
public TransformInfo GetTransformInfo(
	string transform
)
Public Function GetTransformInfo ( _
	transform As String _
) As TransformInfo
public:
TransformInfo^ GetTransformInfo(
	String^ transform
)
Parameters
transform (String)
Name of the transform to extract; this may optionally be a special transform prefixed by "#"
Return Value
Information about the transform

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