Sdílet prostřednictvím


PlaybackSettings.ImeLanguageList – vlastnost

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
Public ReadOnly Property ImeLanguageList As ICollection(Of Integer)
public ICollection<int> ImeLanguageList { get; }
public:
property ICollection<int>^ ImeLanguageList {
    ICollection<int>^ get ();
}
member ImeLanguageList : ICollection<int> with get
function get ImeLanguageList () : ICollection<int>

Hodnota vlastnosti

Typ: ICollection<Int32>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

PlaybackSettings Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů