VSConstants.DISP_E_PARAMNOTFOUND Field
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A return value that indicates that one of the parameter DISPIDs does not correspond to a parameter on the method.
public: int DISP_E_PARAMNOTFOUND = -2147352572;
C++/WinRT
int DISP_E_PARAMNOTFOUND = -2147352572;
public const int DISP_E_PARAMNOTFOUND = -2147352572;
val mutable DISP_E_PARAMNOTFOUND : int
Public Const DISP_E_PARAMNOTFOUND As Integer = -2147352572
Value = -2147352572
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |