Initializes a new instance of DeleteToken with the string to be deleted.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
stringToDel As String _
)
'使用
Dim stringToDel As String
Dim instance As New DeleteToken(stringToDel)
public DeleteToken(
string stringToDel
)
public:
DeleteToken(
String^ stringToDel
)
public function DeleteToken(
stringToDel : String
)
Parameters
stringToDel
Type: System.StringThe string 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.