objectbrowser Questions
2
I use Microsoft Visual Studio 2012.
When I put code examples into XML comments of C# classes/methods, I wonder: how will user that references my assemblies see that code example?
I tried to referen...
Ignacioignacius asked 29/10, 2014 at 16:57
1
Solved
I use the IVsObjectList2.GetCategoryField2 method to retrieve different information of a type.
Now I wonder how I can retrieve C# specific information like abstract or internal modifier of a type?...
Antonyantonym asked 18/3, 2020 at 10:27
1
When I click on "My Solution" nothing comes up.
I have to use Custom Component Set.
When I try to add a project from the solution, it can't add it.
"The following components could not be browsed." ...
Goosefish asked 19/8, 2011 at 22:38
2
Solved
I'd like to provide a higher level of detail at the class level (in this case actually a Module) with code samples, etc., but I'm having trouble getting various tags to work.
''' <summary>
...
Couloir asked 5/6, 2013 at 19:28
1
Solved
I'm looking for a missing COM interface X which I suspect is defined in Y.dll. I can peek at this presumptive interface using
grep X Y.dll
which says "matches". Hurrah, suspicion confirmed!
A...
Quiescent asked 16/12, 2012 at 0:51
0
I have used the sample F# Empty WPF project and pulled in Paul Bett's ReactiveUI project via Nuget. Normally when I press (shift-f2) on an identifier in C#/VB.Net it takes me to the object browser ...
Sporocyst asked 14/12, 2012 at 6:35
1
© 2022 - 2024 — McMap. All rights reserved.