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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function TokenizeFrontValue ( _
value As Object _
) As Object
public Object TokenizeFrontValue(
Object value
)
public:
Object^ TokenizeFrontValue(
Object^ value
)
member TokenizeFrontValue :
value:Object -> Object
public function TokenizeFrontValue(
value : Object
) : Object
Parameters
value
Type: ObjectString to be converted.
Return Value
Type: Object
The tokenized 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.