次の方法で共有


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

'宣言
Public Function UntokenizeValue ( _
    value As Object _
) As Object
public Object UntokenizeValue(
    Object value
)

Parameters

Return Value

Type: System.Object
The untokenized string.

.NET Framework Security

See Also

Reference

ValueTokenizer Class

Microsoft.VisualStudio.Shell Namespace