Interface IVsResourceManager
Publicado: abril de 2016
Cargas e gerenciados de recursos a partir de DLLs de satélite.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[ComConversionLossAttribute]
[GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")]
[InterfaceTypeAttribute(1)]
public interface IVsResourceManager
[ComConversionLossAttribute]
[GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")]
[InterfaceTypeAttribute(1)]
public interface class IVsResourceManager
[<ComConversionLossAttribute>]
[<GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")>]
[<InterfaceTypeAttribute(1)>]
type IVsResourceManager = interface end
<ComConversionLossAttribute>
<GuidAttribute("F0D7A6F0-C722-4AB6-A5D9-C7FF13027410")>
<InterfaceTypeAttribute(1)>
Public Interface IVsResourceManager
Métodos
Comentários
Implementado pelo ambiente carregar recursos gerenciados e não gerenciados a partir de DLLs de satélite.
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo