Share via


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

IAction Action { get; set; }
property IAction^ Action {
    IAction^ get();
    void set(IAction^ value);
}
abstract Action : IAction with get, set
Property Action As IAction

Property Value

Type: Microsoft.VisualStudio.Uml.Actions.IAction

See Also

IPin Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top