
Signature
Daniel Cazzulino [MVP XML]
Clarius Consulting SA
http://weblogs.asp.net/cazzu
http://aspnet2.com
Yes, it's correct. The final word, apart from the actual tests, of what
works and what doesn?t is not the MS documentation but the Appendix: Code
Model Reference of the book "Inside Visual Studio .NET 2003", Microsoft
Press, by Craig Skibo and others, a must have book.
Quote from page 512:
"Currently, C# and J# don?t implement AddAttribute".
So, you will have to do it via EditPoint.Insert(myText)

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
FAQs, Knowledge Base, Files, Docs, Articles, Utilities, etc. for .NET
addins:
http://groups.yahoo.com/group/vsnetaddin/ (free join)
> Hi there,
> documentation says AddAttribute doesn't work for VB, but I get a "Not
> Implemented" exception message for a C# class too. Is this correct?