IVsProjectResources Interface
Visual Studio 2015
Manages resource (.RESX) files for .NET Designers. Most often used to manage localized resources. You can get an instance of the interface by querying IVsHierarchy.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CreateResourceDocData(UInt32, IntPtr) | Creates a DocData object for a resource item. |
![]() | GetResourceItem(UInt32, String, UInt32, UInt32) | Gets a resource item and adds it to the project. Commonly used to add a culture-specific resource. |
Show:
