IPin.Action Property
The action that owns this pin.
Namespace: Microsoft.VisualStudio.Uml.Actions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Action As IAction
IAction Action { get; set; }
property IAction^ Action {
IAction^ get ();
void set (IAction^ value);
}
abstract Action : IAction with get, set
function get Action () : IAction
function set Action (value : IAction)
Property Value
Type: Microsoft.VisualStudio.Uml.Actions.IAction
.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.