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