Deployment Tools Foundation
GetTransformInfo Method (transform)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► PatchPackage ► GetTransformInfo(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