Adds a DeleteToken to the token list owned by this token processor.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub AddDelete ( _
tokenToDelete As String _
)
'使用
Dim instance As TokenProcessor
Dim tokenToDelete As String
instance.AddDelete(tokenToDelete)
public virtual void AddDelete(
string tokenToDelete
)
public:
virtual void AddDelete(
String^ tokenToDelete
)
public function AddDelete(
tokenToDelete : String
)
Parameters
tokenToDelete
Type: System.StringThe text 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.