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
)
Visual Basic
Public Sub SetWords ( _
	words As ICollection(Of String) _
)
Visual C++
public:
void SetWords(
	ICollection<String^>^ words
)

Parameters

words
Type: System.Collections.Generic..::..ICollection<(Of <(<'String>)>)>
Sanat.

See Also