IVsProfileSettingsTree.GetChildCount(Int32) 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 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
);