IVsResourceManager Interface

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
Public method GetSatelliteAssemblyPath
Public method LoadResourceBitmap
Public method LoadResourceBitmap2
Public method LoadResourceBlob
Public method LoadResourceBlob2
Public method LoadResourceIcon
Public method LoadResourceIcon2
Public method LoadResourceString
Public method LoadResourceString2 Loads a resource string.

Top

Remarks

Implemented by the Environment to load managed and unmanaged resources from Satellite DLLs.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace