Asettaa käytettävät sanat.

Namespace: UIControls
Assembly: UIControls (in UIControls.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetWords(
	ICollection<string> words,
	ICollection<string> preWords
)
Visual Basic
Public Sub SetWords ( _
	words As ICollection(Of String), _
	preWords As ICollection(Of String) _
)
Visual C++
public:
void SetWords(
	ICollection<String^>^ words, 
	ICollection<String^>^ preWords
)

Parameters

words
Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>
Normaalisti näkyvät sanat.
preWords
Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>
Edellä harmaana näkyvät sanat.

See Also