Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Node from which tokens are taken.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Source As IActivityNode
IActivityNode Source { get; set; }
property IActivityNode^ Source {
IActivityNode^ get ();
void set (IActivityNode^ value);
}
abstract Source : IActivityNode with get, set
function get Source () : IActivityNode
function set Source (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.