C# has a neat little feature whereas a public filed can be turned into a public property that is backed by a private field. Visual Basic doesn't seem to have a similar automated feature.

Does anybody know of an addin or macro that will add this functionality? I'm not familiar enough with the IDE sdk to develop my own.