IVsProfileSettingsTree.GetChildCount(Int32) Method

Definition

Gets the number of children.

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

Parameters

pCount
Int32

[out] The number of children.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsProfileSettingsTree::GetChildCount(

[out] int *pCount

);

Applies to