I have a Visual Studio IDE extension, and would like to call some code (an external DLL as it happens) passing the cost category (free, trial or paid) as a parameter.
I would like to determine the cost category programmatically rather than hardcode it if at all possible.
I suspect that, as the cost category is not defined as part of the extension manifest, moreover defined only as part of the Visual Studio market place website, this is not possible, unless anyone knows otherwise ?