OAFileItem.Save Method

Saves the item with the specified file name.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overrides Sub Save ( _
    fileName As String _
)
'使用
Dim instance As OAFileItem
Dim fileName As String

instance.Save(fileName)
public override void Save(
    string fileName
)
public:
virtual void Save(
    String^ fileName
) override
public override function Save(
    fileName : String
)

Parameters

Implements

ProjectItemSave(String)

Remarks

If fileName is empty, the file is saved with the project name.

Permissions

See Also

Reference

OAFileItem Class

OAFileItem Members

Microsoft.VisualStudio.Package.Automation Namespace