DebuggerDisplayAttribute.Value 属性

定义

获取要在调试器变量窗口的值列中显示的字符串。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

要在调试器变量窗口的值列中显示的字符串。

注解

此属性包含由 value 构造函数的 参数传入的字符串。

适用于