IVsProjectResources Interface

Definition

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.

Applies to