IVsProfileSettingsTree.GetChildCount(Int32) Метод

Определение

Получает количество дочерних объектов.

public:
 int GetChildCount([Runtime::InteropServices::Out] int % pCount);
int GetChildCount([Runtime::InteropServices::Out] int & pCount);
public int GetChildCount (out int pCount);
abstract member GetChildCount : int -> int
Public Function GetChildCount (ByRef pCount As Integer) As Integer

Параметры

pCount
Int32

[out] Число дочерних объектов.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из vsshell80. IDL:

[C++]

HRESULT IVsProfileSettingsTree::GetChildCount(

[out] int *pCount

);

Применяется к