Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 C++/CLI "Create Implementation" and Properties
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jorgito11
Senior Member

USA
29 Posts

Posted - Jul 19 2007 :  2:30:32 PM  Show Profile  Reply with Quote
Does VAX support creating implementations on properties? For example, I get a menu w/o "Create Implementation when I hover over the "int get();" in the code below:

ref class Foo
{
public:
     Foo(int val) : value(val) {}

     property int Value
     {
          int get();
     }

private:
     int value;
};


The implemenation should be:

int Foo::Value::get()
{
     return value;
}

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jul 20 2007 :  11:37:14 AM  Show Profile  Reply with Quote
When I try this Create Implementation is not offered on "get", so I have added a feature request for this:

case=7806

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000