IVsResourceManager Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetSatelliteAssemblyPath(String^, Int32, String^)

Retrieves the path to the satellite assembly

System_CAPS_pubmethodLoadResourceBitmap(Guid, Int32, String^, IntPtr)

Loads the resource bitmap into the specified package.

System_CAPS_pubmethodLoadResourceBitmap2(String^, Int32, String^, IntPtr)

Loads the resource bitmap into the specified assembly.

System_CAPS_pubmethodLoadResourceBlob(Guid, Int32, String^, IntPtr, Int32)

Loads the resource blob into the specified package.

System_CAPS_pubmethodLoadResourceBlob2(String^, Int32, String^, IntPtr, Int32)

Loads a resource blob into the specified assembly.

System_CAPS_pubmethodLoadResourceIcon(Guid, Int32, String^, Int32, Int32, IntPtr)

Loads the resource icon into the specified package.

System_CAPS_pubmethodLoadResourceIcon2(String^, Int32, String^, Int32, Int32, IntPtr)

Loads a resource icon into the specified assembly.

System_CAPS_pubmethodLoadResourceString(Guid, Int32, String^, String^)

Loads the resource string into the specified package.

System_CAPS_pubmethodLoadResourceString2(String^, Int32, String^, String^)

Loads a resource string into the specified assembly.

Return to top
Show: