Initializes a new instance of ReplaceBetweenPairToken for the specified replacement string and markers.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub New ( _
tokenid As String, _
blockStart As String, _
blockEnd As String, _
rplcment As String _
)
'使用
Dim tokenid As String
Dim blockStart As String
Dim blockEnd As String
Dim rplcment As String
Dim instance As New ReplaceBetweenPairToken(tokenid, _
blockStart, blockEnd, rplcment)
public ReplaceBetweenPairToken(
string tokenid,
string blockStart,
string blockEnd,
string rplcment
)
public:
ReplaceBetweenPairToken(
String^ tokenid,
String^ blockStart,
String^ blockEnd,
String^ rplcment
)
public function ReplaceBetweenPairToken(
tokenid : String,
blockStart : String,
blockEnd : String,
rplcment : String
)
Parameters
tokenid
Type: System.StringThe ID of this token.
blockStart
Type: System.StringThe start of the token.
blockEnd
Type: System.StringThe end of the token.
rplcment
Type: System.StringThe replacement string.
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.