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
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server
2003, Windows Vista, and Windows 2000
Target Platforms
See Also