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.
Passed to GetService to return a reference to IUIHostLocale.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")> _
<ComVisibleAttribute(False)> _
<GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")> _
Public Interface SUIHostLocale
[GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
[ComVisibleAttribute(false)]
[GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
public interface SUIHostLocale
[GuidAttribute(L"2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
[ComVisibleAttribute(false)]
[GuidAttribute(L"2C2EA031-02BE-11D1-8C85-00C04FC2AA89")]
public interface class SUIHostLocale
[<GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")>]
[<ComVisibleAttribute(false)>]
[<GuidAttribute("2C2EA031-02BE-11D1-8C85-00C04FC2AA89")>]
type SUIHostLocale = interface end
public interface SUIHostLocale
Remarks
Used by VSPackages such as Projects or Editors that need access to locale information to properly handle localization (for example, how to handle fonts in dialogs).