Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Manages resource identifiers.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("2597DABC-BBA7-4758-9A33-8894157AD74A")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsResourceManager2
[GuidAttribute("2597DABC-BBA7-4758-9A33-8894157AD74A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsResourceManager2
[GuidAttribute(L"2597DABC-BBA7-4758-9A33-8894157AD74A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsResourceManager2
[<GuidAttribute("2597DABC-BBA7-4758-9A33-8894157AD74A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsResourceManager2 = interface end
public interface IVsResourceManager2
The IVsResourceManager2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
AnnotateIDIfNecessary | Creates an annotated resource ID. |
![]() |
ParseResourceID | Parses a resource ID (which may contain an embedded package GUID or DLL path) into its components. |
Top
.gif)