VSConstants.VS_E_PACKAGENOTLOADED Field

Definition

VS specific error HRESULT for "Package not loaded".

public: int VS_E_PACKAGENOTLOADED = -2147213343;
int VS_E_PACKAGENOTLOADED = -2147213343;
public const int VS_E_PACKAGENOTLOADED = -2147213343;
val mutable VS_E_PACKAGENOTLOADED : int
Public Const VS_E_PACKAGENOTLOADED As Integer  = -2147213343

Field Value

Value = -2147213343

Applies to