Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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