[Mono-bugs] [Bug 606411] New: Cannot get tooltip for properties
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon May 17 11:00:02 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=606411
http://bugzilla.novell.com/show_bug.cgi?id=606411#c0
Summary: Cannot get tooltip for properties
Classification: Mono
Product: Mono Tools for Visual Studio
Version: 2.0
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Debug in Mono
AssignedTo: martin at novell.com
ReportedBy: jpobst at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=362642)
--> (http://bugzilla.novell.com/attachment.cgi?id=362642)
Screenshot
When you mouse over a property, the tooltip says "Implicit evaluation is
disabled". It is possible to get value from the immediate window and from the
tooltip for the class instance, just not directly from the property.
using System;
namespace ConsoleApplication1
{
class Program
{
static void Main (string[] args)
{
MyClass mc = new MyClass ();
Console.WriteLine (mc.MyProperty);
}
public class MyClass {
public int MyProperty { get { return 3; } }
}
}
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list