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.
The activity at the target end of the flow.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property TargetActivityNode As IActivityNode
IActivityNode TargetActivityNode { get; set; }
property IActivityNode^ TargetActivityNode {
IActivityNode^ get ();
void set (IActivityNode^ value);
}
abstract TargetActivityNode : IActivityNode with get, set
function get TargetActivityNode () : IActivityNode
function set TargetActivityNode (value : IActivityNode)
Property Value
Type: Microsoft.VisualStudio.Uml.Activities.IActivityNode
.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.