ValueTokenizer Class
Keeps a list of tokens, and values that correspond to those tokens. This class is used to tokenize and untokenize a given string.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | ValueTokenizer() | Initializes a new instance of the ValueTokenizer class. |
| Name | Description | |
|---|---|---|
![]() | ReplaceEnvironmentVariables | Gets a Boolean value that indicates if environment variables will be replaced when untokenizing a string. To be replaced, environment variables must be in the format "%variable%". |
| Name | Description | |
|---|---|---|
![]() | AddToken(String, String) | Add a token and its value to the list. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | TokenizeFrontValue(Object) | Replaces a value with its corresponding token if the list contains a value that is at the front of the parameter string. |
![]() | ToString() | (Inherited from Object.) |
![]() | UntokenizeValue(Object) | Replaces a token with its corresponding value if the list contains a token that is part of the parameter string. Optionally, this method replaces the environment variables found in the parameter string. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


