Friday, April 6, 2007
metadata.ExcludeClass
This on is real simple. "[ExcludeClass]" means that the class and its methods/properties/etc won't show up in intellisense. You can still import it, you can still use it, it's just harder to find. If you come across a class in the mx package marked with [ExcludeClass], then you're probably not supposed to use it directly. My personal guess is that these classes aren't stable and could change with any update.
Subscribe to:
Post Comments (Atom)
"Flex", "ActionScript" and possibly "MXML" are probably trademarks of Adobe Systems Incorporated.
"Adobe" is a trademark of Adobe Systems Incorporated.
This site is in no way endorsed or sponsored by Adobe Systems Incorporated.
Content Copyright © 2007 Daniel Freiman.
Site Design Copyright by its copyright holder.
The Flex Non-Docs reserves the right to remove comments for any reason.
All ActionScript and MXML code (and ONLY ActionScript and MXML code) on this website is available under the MIT License.
"Adobe" is a trademark of Adobe Systems Incorporated.
This site is in no way endorsed or sponsored by Adobe Systems Incorporated.
Content Copyright © 2007 Daniel Freiman.
Site Design Copyright by its copyright holder.
The Flex Non-Docs reserves the right to remove comments for any reason.
All ActionScript and MXML code (and ONLY ActionScript and MXML code) on this website is available under the MIT License.
1 comment:
Thanks, it's helpful.
Post a Comment