Indicates that the catalog (.clg) file does not match the Windows image. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As CatalogValidationResultCode
returnValue = CpiResultCode.CatalogNotMatchImage

Dim sampleValue As CatalogValidationResultCode
CpiResultCode.CatalogNotMatchImage = sampleValue

Syntax

Visual Basic
Public Shared ReadOnly CatalogNotMatchImage As CatalogValidationResultCode
C#
public static readonly CatalogValidationResultCode CatalogNotMatchImage;
C++
public:
static initonly CatalogValidationResultCode^ CatalogNotMatchImage;
J#
public static CatalogValidationResultCode CatalogNotMatchImage;
JScript
public static var CatalogNotMatchImage : CatalogValidationResultCode;

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also