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

Usage

Visual Basic
Dim returnValue As CatalogValidationResultCode
returnValue = CpiResultCode.CatalogNotExist

Dim sampleValue As CatalogValidationResultCode
CpiResultCode.CatalogNotExist = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also