CopyPasteEnabling 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.
DomainEnumeration: CopyPasteEnabling Description for Microsoft.VisualStudio.Modeling.DslDefinition.CopyPasteEnabling
public enum class CopyPasteEnabling
[System.CLSCompliant(true)]
public enum CopyPasteEnabling
[<System.CLSCompliant(true)>]
type CopyPasteEnabling =
Public Enum CopyPasteEnabling
- Inheritance
-
CopyPasteEnabling
- Attributes
Fields
CopyPasteOnly | 1 | CopyPasteOnly Code is generated for cut/copy/paste support in the language. |
NoGeneratedCopyPaste | 0 | NoGeneratedCopyPaste No code is generated for cut/copy/paste support in the language. |