Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the effect an activity has on its parameters.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ParameterEffectKind
[CLSCompliantAttribute(true)]
public enum ParameterEffectKind
[CLSCompliantAttribute(true)]
public enum class ParameterEffectKind
[<CLSCompliantAttribute(true)>]
type ParameterEffectKind
public enum ParameterEffectKind
Members
| Member name | Description | |
|---|---|---|
| Create | Creates instances that flow out of this parameter. | |
| Read | Reads instances that flow into this parameter. | |
| Update | Updates instances that flow into this parameter. | |
| Delete | Deletes instances that flow into this parameter. |
Remarks
Note
The methods defined on this type are extension methods. To use the methods, you must add a project reference to the .NET assembly Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll, and you must include the directive using Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml; in your code.