all groups > visual studio .net documentation > february 2004 >
You're in the

visual studio .net documentation

group:

Help Filter Syntax



Help Filter Syntax J. Boschen
2/26/2004 1:44:45 PM
visual studio .net documentation: I asked this in vsnet.general but no replies, so cross posting it here...

Is there a way to only specify which collections you DO NOT want included?

something like...

"DocSet"!="NetCompactFramework"

or

NOT "DocSet"="NetCompactFramework"


Thanks
Jeremy

Re: Help Filter Syntax Roger Haight [MSFT]
3/5/2004 9:19:38 AM
There is a NOT operator, but it isn't unary, it's binary. What this means is
that it already includes the "AND", so you have to do something like

"color"="red" NOT "shape"="square"

--Roger
_______________________________
Roger Haight
Developer Division User Assistance
Microsoft Corporation

This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

AddThis Social Bookmark Button