Partager via


IVsProjectResources Interface

Manages resource (.RESX) files for .NET Designers. Most often used to manage localized resources. You can get an instance of the interface by querying IVsHierarchy.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")> _
Public Interface IVsProjectResources
'Utilisation
Dim instance As IVsProjectResources
[InterfaceTypeAttribute()]
[GuidAttribute("3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")]
public interface IVsProjectResources
[InterfaceTypeAttribute()]
[GuidAttribute(L"3F819030-50CF-4B72-B3FC-B3B9BFBBEE69")]
public interface class IVsProjectResources
public interface IVsProjectResources

See Also

Reference

IVsProjectResources Members

Microsoft.VisualStudio.Shell.Interop Namespace