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 命名空间