Replaces all the text in the supplied source file with the tokens in the token list owned by this token processor and writes out the resulting text to the destination file.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub UntokenFile ( _
source As String, _
destination As String _
)
'使用
Dim instance As TokenProcessor
Dim source As String
Dim destination As String
instance.UntokenFile(source, destination)
public virtual void UntokenFile(
string source,
string destination
)
public:
virtual void UntokenFile(
String^ source,
String^ destination
)
public function UntokenFile(
source : String,
destination : String
)
Parameters
source
Type: System.StringThe absolute path of the source file.
destination
Type: System.StringThe absolute path of the destination file.
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.