• 资源浏览器是Visual Studio扩展设计到启用的资源的字典。 打开它去查看其他Windows–资源的观众。

    当工作与WPF/Silverlight你把你的可重复使用资源,在一个共同的资,这些资源可能的类型的风格,SolidColorBrush,DrawingBrush,BitmapImage多。 该问题开始的时候你有这个资你有没有办法看看你的资源,使得工作流程(两者的开发人员维护这本词典和一个使用它的)笨拙的并基于猜测。

    这种扩展涉及到解决这些问题! 有资源的观察者,你可以打开任何资和实际上看到你的资源看起来像–你的图标,刷,等等。 都被视的权利在Visual Studio.

    比当你发现的资源已经之后就可以"注"成一个文件,该文件是开内Visual Studio.

  • संसाधन दर्शक एक Visual Studio एक्सटेंशन डिज़ाइन किया गया सक्षम करने के लिए आप को देखने के लिए संसाधन शब्दकोश. इसे खोलने के लिए जाने के लिए: देखें – अन्य Windows – संसाधन दर्शक है.

    के साथ काम कर जब WPF/Silverlight आप अपने पुन: प्रयोज्य संसाधन में एक आम ResourceDictionary, उन संसाधनों के लिए है हो सकता है के प्रकार शैली, SolidColorBrush, DrawingBrush, BitmapImage और अधिक. समस्याओं शुरू होता है जब आप है कि ResourceDictionary आप कोई रास्ता नहीं है देखने के लिए कैसे अपने संसाधनों की तरह लग रहे बना रही है, काम करने की प्रक्रिया (दोनों के डेवलपर, जो कहना है, इस शब्दकोश और एक है जो इसे का उपयोग करता है) अनाड़ी और के आधार पर अनुमान लगा ।

    इस विस्तार के लिए आता है, उन समस्याओं का समाधान! के साथ संसाधन दर्शक के साथ, आप खोल सकते हैं किसी भी ResourceDictionary और वास्तव में देखने के लिए कैसे अपने संसाधनों की तरह देखो – अपने माउस, ब्रश, आदि. सभी कर रहे हैं किया जा रहा कल्पना सही में Visual Studio.

    जब से तुम्हें पाया है संसाधन आप से किया गया है के बाद आप कर सकते हैं "इंजेक्षन" यह में है कि एक फ़ाइल है खोला के भीतर Visual Studio.

  • Resource Viewer is a Visual Studio extension designed to enable you to view the Resource Dictionary. To open it go to: View – Other Windows – Resource Viewer.

    When working with WPF/Silverlight you put your reusable resources in a common ResourceDictionary, those resources might be of type Style, SolidColorBrush, DrawingBrush, BitmapImage and more. The problems starts when you have that ResourceDictionary you have no way to see how your resources look like, making the work process (of both the developer who maintains this dictionary and the one who uses it) clumsy and based on guessing.

    This extension comes to solve those problems! With Resource Viewer, you can open any ResourceDictionary and actually see how your resources look like – your icons, brushes, etc. are all being visualized right inside Visual Studio.

    Than when you’ve found the resource you’ve been after you can “inject” it into a file that is opened within Visual Studio.