GetTransformInfo Method (transform)

DTF API

Copy image CopyHover image
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++ F#
public TransformInfo GetTransformInfo(
	string transform
)
Public Function GetTransformInfo ( 
	transform As String
) As TransformInfo
public:
TransformInfo^ GetTransformInfo(
	String^ transform
)
member GetTransformInfo : 
        transform : string -> TransformInfo 
Parameters
transform (String)
Name of the transform to extract; this may optionally be a special transform prefixed by "#"
Return Value
TransformInfo
Information about the transform

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