Freigeben über


IPin.Action-Eigenschaft

Die Aktion, die diesen Pin besitzt.

Namespace:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Action As IAction
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Actions.IAction

.NET Framework-Sicherheit

Siehe auch

Referenz

IPin Schnittstelle

Microsoft.VisualStudio.Uml.Actions-Namespace