Indicates that a component was found in the answer file that could not be found in the Windows image. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As AnswerFileValidationResultCode
returnValue = CpiResultCode.ComponentNotInOfflineImage

Dim sampleValue As AnswerFileValidationResultCode
CpiResultCode.ComponentNotInOfflineImage = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also