Adds the key's text.

C# | Visual Basic | Visual C++ |
protected void AddKeyText( NameValueCollection tokens, string text )
Protected Sub AddKeyText ( _ tokens As NameValueCollection, _ text As String _ )
protected: void AddKeyText( NameValueCollection^ tokens, String^ text )

- tokens (NameValueCollection)
- The tokens.
- text (String)
- The text.