IBehavior.Context Property
Gets the classifier that is the context for the execution of the behavior.
Namespace: Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IBehavioredClassifier Context { get; }
property IBehavioredClassifier^ Context {
IBehavioredClassifier^ get();
}
abstract Context : IBehavioredClassifier with get
ReadOnly Property Context As IBehavioredClassifier
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavioredClassifier
See Also
IBehavior Interface
Microsoft.VisualStudio.Uml.CommonBehaviors Namespace
Return to top