This topic has not yet been rated - Rate this topic

IVsIME Interface

Gives the package access to the Input Method Editor (IME). The Input Method Editor offers candidate items in response to user keystrokes. Frequently used in localization for non-alphabetic languages. You can get an instance of the interface from the SVsIME (SID_SVsIME) service.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("DC7EDE19-3DD1-4E20-A7F1-110883ED996F")] 
public interface IVsIME
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("DC7EDE19-3DD1-4E20-A7F1-110883ED996F") */ 
public interface IVsIME
InterfaceTypeAttribute(1) 
GuidAttribute("DC7EDE19-3DD1-4E20-A7F1-110883ED996F") 
public interface IVsIME

For an example of using the IME in a standalone application, see International Samples

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ