共用方式為


IPin.Action 屬性

擁有此釘選的動作。

命名空間:  Microsoft.VisualStudio.Uml.Actions
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

類型:Microsoft.VisualStudio.Uml.Actions.IAction

.NET Framework 安全性

請參閱

參考

IPin 介面

Microsoft.VisualStudio.Uml.Actions 命名空間