英語で読む

次の方法で共有


__VSREFERENCEAPPLYRESULT Enum

Definition

Specifies the result of applying reference changes.

C++/CX
public enum class __VSREFERENCEAPPLYRESULT
Inheritance
__VSREFERENCEAPPLYRESULT

Fields

Name Value Description
APPLYRESULT_NotAppliedAndCloseDialog -1

The reference changes were NOT applied successfully, and the Reference Manager Dialog must close (e.g. the project was reloaded and state of project is unknown).

APPLYRESULT_NotApplied 0

The reference changes were NOT applied successfully, but the Reference Manager Dialog may stay open (e.g. operation was canceled and project was not reloaded).

APPLYRESULT_AppliedSuccessfully 1

The reference changes were applied successfully.

Applies to

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