VSConstants.VS_E_PROMPTREQUIRED 字段

定义

VS 特定错误:当尝试使用 RDTSAVEOPT_SileSave 执行保存操作失败时返回的代码失败,因为源控件需要 UI 提示才能保存文件。

public: int VS_E_PROMPTREQUIRED = -2147213306;
int VS_E_PROMPTREQUIRED = -2147213306;
public const int VS_E_PROMPTREQUIRED = -2147213306;
val mutable VS_E_PROMPTREQUIRED : int
Public Const VS_E_PROMPTREQUIRED As Integer  = -2147213306

字段值

Int32

适用于