Indicates that CPI cannot publish the answer file to a configuration set. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As PublishResultCode
returnValue = CpiResultCode.PublishIOError

Dim sampleValue As PublishResultCode
CpiResultCode.PublishIOError = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also