다음을 통해 공유


ValueTokenizer.TokenizeFrontValue Method

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

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

Syntax

‘선언
Public Function TokenizeFrontValue ( _
    value As Object _
) As Object
public Object TokenizeFrontValue(
    Object value
)

Parameters

Return Value

Type: System.Object
The tokenized string.

.NET Framework Security

See Also

Reference

ValueTokenizer Class

Microsoft.VisualStudio.Shell Namespace