| Visual Basic (Declaration) | |
|---|---|
Public Overrides NotOverridable Sub AddContentString( _ ByVal text As String _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As WriterVocabulary Dim text As String instance.AddContentString(text) | |
Parameters
- text
- The string to add to the vocabulary.