Modifier

InputLanguageCollection Class

Definition

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
InputLanguageCollection

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.

Applies to