VSConstants.VS_E_PROMPTREQUIRED Field

Definition

VS specific error HRESULT code returned when an attempt to do a save using RDTSAVEOPT_SileSave fails because source control requires a UI prompt in order to make the file to be saved editable.

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

Field Value

Value = -2147213306

Applies to