IVsResourceManager 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.
Loads managed and unmanaged resources from Satellite DLLs.
public interface class IVsResourceManager
public interface class IVsResourceManager
__interface IVsResourceManager
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsResourceManager
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsResourceManager = interface
Public Interface IVsResourceManager
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
GetSatelliteAssemblyPath(String, Int32, String) |
Retrieves the path to the satellite assembly |
LoadResourceBitmap(Guid, Int32, String, IntPtr) |
Loads the resource bitmap into the specified package. |
LoadResourceBitmap2(String, Int32, String, IntPtr) |
Loads the resource bitmap into the specified assembly. |
LoadResourceBlob(Guid, Int32, String, IntPtr, Int32) |
Loads the resource blob into the specified package. |
LoadResourceBlob2(String, Int32, String, IntPtr, Int32) |
Loads a resource blob into the specified assembly. |
LoadResourceIcon(Guid, Int32, String, Int32, Int32, IntPtr) |
Loads the resource icon into the specified package. |
LoadResourceIcon2(String, Int32, String, Int32, Int32, IntPtr) |
Loads a resource icon into the specified assembly. |
LoadResourceString(Guid, Int32, String, String) |
Loads the resource string into the specified package. |
LoadResourceString2(String, Int32, String, String) |
Loads a resource string into the specified assembly. |