Contains Method (diskId)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Contains Method (diskId)
Checks if the specified media disk id exists in the list.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	int diskId
)
Public Function Contains ( 
	diskId As Integer
) As Boolean
public:
bool Contains(
	int diskId
)
Parameters
diskId (Int32)
disk id of the media to look for
Return Value
Boolean
true if the media exists in the list, false otherwise

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