Indicates that the operation completed successfully. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As CpiResultCode
returnValue = CpiResultCode.Ok

Dim sampleValue As CpiResultCode
CpiResultCode.Ok = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also