ValueTokenizer::AddToken Method (String^, String^)

 

Add a token and its value to the list.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
void AddToken(
	String^ tokenName,
	String^ value
)

Parameters

tokenName
Type: System::String^

Name of the token to add.

value
Type: System::String^

Value of the token.

Return to top
Show: