ValueTokenizer Methods

 

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

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.

Return to top
Show: