InputLanguageCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores InputLanguage objects.
public ref class InputLanguageCollection : System::Collections::ReadOnlyCollectionBase
public class InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
type InputLanguageCollection = class
inherit ReadOnlyCollectionBase
Public Class InputLanguageCollection
Inherits ReadOnlyCollectionBase
- Inheritance
Remarks
The InputLanguageCollection class is used by InputLanguage to provide a list of the input languages installed on the system.
You cannot directly create an instance of this class.
Properties
| Name | Description |
|---|---|
| Item[Int32] |
Gets the entry at the specified index of the InputLanguageCollection. |
Methods
| Name | Description |
|---|---|
| Contains(InputLanguage) |
Gets a value indicating whether the InputLanguageCollection contains the specified InputLanguage. |
| CopyTo(InputLanguage[], Int32) |
Copies the InputLanguageCollection values to a one-dimensional Array at the specified index. |
| IndexOf(InputLanguage) |
Returns the index of an InputLanguage in the InputLanguageCollection. |