ValueTokenizer.AddToken Method
Add a token and its value to the list.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
Public Sub AddToken ( _
tokenName As String, _
value As String _
)
public void AddToken(
string tokenName,
string value
)
Parameters
- tokenName
Type: System.String
Name of the token to add.
- value
Type: System.String
Value of the token.
.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.