IDebugPortSupplierLocale2

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Provides locale support for a port supplier.

Syntax

IDebugPortSupplierLocale2 : IUnknown  

Notes for Implementers

A custom port supplier implements this interface to set the locale.

Methods

The following table shows the methods of IDebugPortSupplierLocale2.

Method Description
SetLocale Sets the locale for the port supplier.

Requirements

Header: Portpriv.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Core Interfaces
IDebugPortSupplier2
IDebugPortSupplier3