IEnumVsENCRebuildableProjectCfgs.GetCount(UInt32) 方法

定义

获取枚举的 "编辑并继续" rebuildable 项目配置的数目。

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

参数

pcelt
UInt32

弄项目配置的数量。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于