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 渡される文字列が含まれます。

適用対象