Share via


IVsProfileSettingsTree.GetEnabledChildCount(Int32) Method

Definition

Gets the number of enabled child nodes.

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

Parameters

pCount
Int32

[out] The number of child nodes.

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 GetEnabledChildCount(  
   [out] int *pCount  
);  

Applies to