Explain to me the following VS 2010 Extension Sample code..
- by ealshabaan
Coders, I am building a VS 2010 extension and I am experimenting around some of the samples that came with the VS 2010 SDK.
One of the sample projects is called TextAdornment. In that project there is a weirdo class that looks like the following:
[Export(typeof(IWpfTextViewCreationListener))]
[ContentType("text")]…