ValueTokenizer.AddToken(String, String) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a token and its value to our list.
public:
 void AddToken(System::String ^ tokenName, System::String ^ value);
	public:
 void AddToken(Platform::String ^ tokenName, Platform::String ^ value);
	void AddToken(std::wstring const & tokenName, std::wstring const & value);
	public void AddToken(string tokenName, string value);
	member this.AddToken : string * string -> unit
	Public Sub AddToken (tokenName As String, value As String)
	Parameters
- tokenName
 - String
 
Token to add
- value
 - String
 
Value of the token