GetReplacedPatchCodes Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetReplacedPatchCodes Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageGetReplacedPatchCodes()()()()
Gets the list of patch codes that are replaced by this patch package.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string[] GetReplacedPatchCodes()
Public Function GetReplacedPatchCodes As String()
public:
array<String^>^ GetReplacedPatchCodes()
member GetReplacedPatchCodes : unit -> string[] 
Return Value
array<String>[]()[][]
Array of replaced patch codes (GUIDs)
Remarks
The list of replaced patch codes is stored in the RevisionNumber field of the patch summary information.

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