The VCCodeParameter.Name property returns an empty string in Visual Studio 2005 (907298)
The information in this article applies to:
- Microsoft Visual Studio 2005 Standard Edition
- Microsoft Visual Studio 2005 Professional Edition
- Microsoft Visual Studio 2005 Express Edition
SYMPTOMSWhen you use the VCCodeParameter.Name property to obtain the name of a template parameter in Microsoft
Visual Studio 2005, the VCCodeParameter.Name property returns an empty string.WORKAROUNDTo work around this problem, use the VCCodeParameter.TypeString property. The VCCodeParameter.TypeString property returns the name of the parameter preceded by the text "typename." The following text is an example of the text that is returned by the VCCodeParameter.TypeString property:typename
TSTATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 2/4/2006 |
---|
Keywords: | kbinfo kbBug kbtshoot kbProgramming kbprb KB907298 kbAudDeveloper kbAudITPRO |
---|
|