RecorderOptions.ImeLanguageList Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property ImeLanguageList As ICollection(Of Integer)
    Get
    Set
'Usage
Dim instance As RecorderOptions
Dim value As ICollection(Of Integer)

value = instance.ImeLanguageList

instance.ImeLanguageList = value
public ICollection<int> ImeLanguageList { get; set; }
public:
property ICollection<int>^ ImeLanguageList {
    ICollection<int>^ get ();
    void set (ICollection<int>^ value);
}
function get ImeLanguageList () : ICollection<int>
function set ImeLanguageList (value : ICollection<int>)
member ImeLanguageList : ICollection<int> with get, set

Property Value

Type: System.Collections.Generic.ICollection<Int32>

.NET Framework Security

See Also

Reference

RecorderOptions Class

RecorderOptions Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace