IVsResourceManager2 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.
Manages resource identifiers.
public interface class IVsResourceManager2
public interface class IVsResourceManager2
__interface IVsResourceManager2
[System.Runtime.InteropServices.Guid("2597DABC-BBA7-4758-9A33-8894157AD74A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsResourceManager2
[<System.Runtime.InteropServices.Guid("2597DABC-BBA7-4758-9A33-8894157AD74A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsResourceManager2 = interface
Public Interface IVsResourceManager2
- Attributes
Remarks
This interface is safe to access from any thread.
Methods
AnnotateIDIfNecessary(String, Guid, String, String) |
Creates an annotated resource ID. |
ParseResourceID(String, UInt32, String, Guid, String) |
Parses a resource ID (which may contain an embedded package GUID or DLL path) into its components. |