PropagatesCopyOption 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.
Enum that lists the various PropagateCopy options.
public enum class PropagatesCopyOption
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.PropagatesCopyOptionTypeConverter))]
public enum PropagatesCopyOption
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.PropagatesCopyOptionTypeConverter))>]
type PropagatesCopyOption =
Public Enum PropagatesCopyOption
- Inheritance
-
PropagatesCopyOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
DoNotPropagateCopy | 0 | |
PropagateCopyToLinkOnly | 1 | |
PropagatesCopyToLinkAndOppositeRolePlayer | 2 |