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
IClassifier Context { get; }
property IClassifier^ Context {
IClassifier^ get ();
}
abstract Context : IClassifier with get
function get Context () : IClassifier
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
.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.