共用方式為


IOpaqueAction.Body 屬性

以一或多個語言指定動作。

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

語法

'宣告
Property Body As String
    Get
    Set
string Body { get; set; }
property String^ Body {
    String^ get ();
    void set (String^ value);
}
abstract Body : string with get, set
function get Body () : String
function set Body (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IOpaqueAction 介面

Microsoft.VisualStudio.Uml.Actions 命名空間