IParameter.Direction Property
In = data is passed into the behavior; out = data is passed out; inout = data is passed in and then out; return = data is passed back to the caller as a return value at the end of execution.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
ParameterDirectionKind Direction { get; set; }
property ParameterDirectionKind Direction {
ParameterDirectionKind get();
void set(ParameterDirectionKind value);
}
abstract Direction : ParameterDirectionKind with get, set
Property Direction As ParameterDirectionKind
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.ParameterDirectionKind
See Also
IParameter Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top