IVsProjectResources Members
Include Protected Members
Include Inherited Members
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.
The IVsProjectResources type exposes the following members.
Methods
Name
Description
Creates a DocData object for a resource item.
Gets a resource item and adds it to the project. Commonly used to add a culture-specific resource.
Top