IVsResourceManager2 Interface

Definition

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.

Applies to