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
'Declaration
Property Direction As ParameterDirectionKind
ParameterDirectionKind Direction { get; set; }
property ParameterDirectionKind Direction {
ParameterDirectionKind get ();
void set (ParameterDirectionKind value);
}
abstract Direction : ParameterDirectionKind with get, set
function get Direction () : ParameterDirectionKind
function set Direction (value : ParameterDirectionKind)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.ParameterDirectionKind
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.