Determines whether to return the existing entity or to throw an exception when an entity already exists. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim createOptions1 As CreateOptions = CreateOptions.FailIfExists

Syntax

Visual Basic
Public Enum CreateOptions
C#
public enum CreateOptions
C++
public enum class CreateOptions
J#
public enum CreateOptions
JScript
public enum CreateOptions

Members

Member name Description
FailIfExists Returns the existing entity.
ReturnExisting Throws an exception when the entity already exists.

Platforms

Development Platforms

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

Target Platforms

See Also