Deletes the token from the text buffer.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub DeleteTokens ( _
ByRef buffer As String, _
tokenToDelete As DeleteToken _
)
'使用
Dim instance As TokenProcessor
Dim buffer As String
Dim tokenToDelete As DeleteToken
instance.DeleteTokens(buffer, tokenToDelete)
public virtual void DeleteTokens(
ref string buffer,
DeleteToken tokenToDelete
)
public:
virtual void DeleteTokens(
String^% buffer,
DeleteToken^ tokenToDelete
)
public function DeleteTokens(
buffer : String,
tokenToDelete : DeleteToken
)
Parameters
buffer
Type: System.String%The text buffer from which to delete the token.
tokenToDelete
Type: Microsoft.VisualStudio.Package.DeleteTokenThe DeleteToken to be deleted.
Permissions
- 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.