ILiteralString.Value 属性

该字符串的值。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Value As String
    Get
    Set
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String
function set Value (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ILiteralString 接口

Microsoft.VisualStudio.Uml.Classes 命名空间