VisibilityConstraints - Multiple Item Selection #569
Unanswered
R-Jones-99
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all i am using the
ProvideUIContextRuleAttributealong with VisibilityConstraints to make sure my Button only appears for.csfiles, this works perfectly for single select, however is it possible to allow it to work with multi select too, e.g. I select 3 items in my solution explorer, i would like to only show the button if all selected items end with the.csextensionHere is my Package class and the VSCT table for reference.
I have tried using
IDM_VS_CTXT_XPROJ_MULTIITEMhowever this does not work. Is this pattern supported with VisibilityConstraints andProvideUIContextRule? I do not see any option forHierMultiSelectionNameThanks
Beta Was this translation helpful? Give feedback.
All reactions