ClosureType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration describing what kind of closure to build
public enum class ClosureType
public enum ClosureType
type ClosureType =
Public Enum ClosureType
- Inheritance
-
ClosureType
Fields
Name | Value | Description |
---|---|---|
CopyClosure | 0 | build a closure that is suitable for copy operations |
CopyShapeClosure | 1 | build a closure that is suitable for copy shape operations |
DeleteClosure | 2 | build a closure that is suitable for delete operations |
DeleteShapeClosure | 3 | build a closure that is suitable for delete shape operations |