As described here how do you ” register an instance of the ConditionType” on the AddinManager?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You found a gap in the documentation. It is now updated.
To use extension points with local conditions, you have to create an Extension Context, setup the conditions, and then query the extension point. For example:
The conditions you register on a context only apply to that context, so you can have several contexts with different sets of conditions.