VSConstants.DISP_E_MEMBERNOTFOUND Field

Definition

A return value indicating that the requested member does not exist, or the call to Invoke tried to set the value of a read-only property.

public: int DISP_E_MEMBERNOTFOUND = -2147352573;
int DISP_E_MEMBERNOTFOUND = -2147352573;
public const int DISP_E_MEMBERNOTFOUND = -2147352573;
val mutable DISP_E_MEMBERNOTFOUND : int
Public Const DISP_E_MEMBERNOTFOUND As Integer  = -2147352573

Field Value

Value = -2147352573

Applies to