Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads managed and unmanaged resources from Satellite DLLs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")> _
<InterfaceTypeAttribute()> _
Public Interface IVsResourceManager
[GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")]
[InterfaceTypeAttribute()]
public interface IVsResourceManager
[GuidAttribute(L"F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")]
[InterfaceTypeAttribute()]
public interface class IVsResourceManager
[<GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")>]
[<InterfaceTypeAttribute()>]
type IVsResourceManager = interface end
public interface IVsResourceManager
The IVsResourceManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetSatelliteAssemblyPath | Retrieves the path to the satellite assembly |
![]() |
LoadResourceBitmap | Loads the resource bitmap into the specified package. |
![]() |
LoadResourceBitmap2 | Loads the resource bitmap into the specified assembly. |
![]() |
LoadResourceBlob | Loads the resource blob into the specified package. |
![]() |
LoadResourceBlob2 | Loads a resource blob into the specified assembly. |
![]() |
LoadResourceIcon | Loads the resource icon into the specified package. |
![]() |
LoadResourceIcon2 | Loads a resource icon into the specified assembly. |
![]() |
LoadResourceString | Loads the resource string into the specified package. |
![]() |
LoadResourceString2 | Loads a resource string into the specified assembly. |
Top
Remarks
Implemented by the Environment to load managed and unmanaged resources from Satellite DLLs.