Partager via


HTMLProjectItem.SaveCopyAs Method

Saves the specified HTML project item using a new file name.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub SaveCopyAs ( _
    FileName As String _
)
'Usage
Dim instance As HTMLProjectItem
Dim FileName As String

instance.SaveCopyAs(FileName)
void SaveCopyAs(
    string FileName
)

Parameters

  • FileName
    Type: System.String

    Required String. The fully qualified path of the file to which you want to save the HTML project item.

See Also

Reference

HTMLProjectItem Interface

HTMLProjectItem Members

Microsoft.Office.Core Namespace