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.

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

System.Object
  Microsoft.VisualStudio.Shell.ValueTokenizer

public class ValueTokenizer

NameDescription
System_CAPS_pubmethodValueTokenizer()

Initializes a new instance of the ValueTokenizer class.

NameDescription
System_CAPS_protpropertyReplaceEnvironmentVariables

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%".

NameDescription
System_CAPS_pubmethodAddToken(String, String)

Add a token and its value to the list.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodTokenizeFrontValue(Object)

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

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUntokenizeValue(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.

Return to top
Show: