IVsProjectResources Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")]
[InterfaceTypeAttribute(1)]
public interface IVsProjectResources

NameDescription
System_CAPS_pubmethodCreateResourceDocData(UInt32, IntPtr)

Creates a DocData object for a resource item.

System_CAPS_pubmethodGetResourceItem(UInt32, String, UInt32, UInt32)

Gets a resource item and adds it to the project. Commonly used to add a culture-specific resource.

Return to top
Show: