IVsProjectResources Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IVsProjectResources
public interface class IVsProjectResources
__interface IVsProjectResources
[System.Runtime.InteropServices.Guid("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectResources
[System.Runtime.InteropServices.Guid("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectResources
[<System.Runtime.InteropServices.Guid("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectResources = interface
[<System.Runtime.InteropServices.Guid("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectResources = interface
Public Interface IVsProjectResources
- Attributes
Methods
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. |