ValueTokenizer::TokenizeFrontValue Method (Object^)

 

Replaces a value with its corresponding token if the list contains a value that is at the front of the parameter string.

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

public:
Object^ TokenizeFrontValue(
	Object^ value
)

Parameters

value
Type: System::Object^

String to be converted.

Return Value

Type: System::Object^

The tokenized string.

Return to top
Show: