TokenProcessor.UntokenFile Method

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.String

    The absolute path of the source file.

  • destination
    Type: System.String

    The absolute path of the destination file.

Permissions

See Also

Reference

TokenProcessor Class

TokenProcessor Members

Microsoft.VisualStudio.Package Namespace