IOpaqueExpression.Body 属性

定义表达式的文本。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  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 安全性

请参见

参考

IOpaqueExpression 接口

Microsoft.VisualStudio.Uml.Classes 命名空间