IAction.Context Property
Gets the classifier whose behavior is partly described by this Action.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IClassifier Context { get; }
property IClassifier^ Context {
IClassifier^ get();
}
abstract Context : IClassifier with get
ReadOnly Property Context As IClassifier
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
See Also
IAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace
Return to top