英語で読む

次の方法で共有


IVsFileUpgrade Interface

Definition

Performs file upgrades as part of a project upgrade.

C++/CX
public interface class IVsFileUpgrade
Attributes

Remarks

Your project should iterate through files in the project, identifying files to upgrade. It should check those files out of the source code control system, if necessary, and then upgrade the files.

Methods

UpgradeFile_CheckOnly(String, String, Int32, IVsUpgradeLogger, Int32)

Checks if a file requires upgrading but does not perform the upgrade.

UpgradeFile(String, String, Int32, IVsUpgradeLogger, Int32)

Upgrades a single file.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022