ValueTokenizer.UntokenizeValue Method
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.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Function UntokenizeValue ( _
value As Object _
) As Object
public Object UntokenizeValue(
Object value
)
public:
Object^ UntokenizeValue(
Object^ value
)
member UntokenizeValue :
value:Object -> Object
public function UntokenizeValue(
value : Object
) : Object
Parameters
value
Type: System.ObjectString to be converted.
Return Value
Type: System.Object
The untokenized string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.