Share via


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

'Declaration
ReadOnly Property Context As IClassifier
    Get
IClassifier Context { get; }
property IClassifier^ Context {
    IClassifier^ get ();
}
abstract Context : IClassifier
function get Context () : IClassifier

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IClassifier

.NET Framework Security

See Also

Reference

IAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace