IEnumVsENCRebuildableProjectCfgs.GetCount(UInt32) Method
Definition
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.
Gets the number of enumerated Edit and Continue rebuildable project configurations.
public:
int GetCount([Runtime::InteropServices::Out] System::UInt32 % pcelt);
int GetCount([Runtime::InteropServices::Out] unsigned int & pcelt);
public int GetCount (out uint pcelt);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pcelt As UInteger) As Integer
Parameters
- pcelt
- UInt32
[out] The number of project configurations.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.