IVsProfileSettingsTree.GetChildCount(Int32) Yöntem

Tanım

Alt öğelerin sayısını alır.

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

Parametreler

pCount
Int32

dışı Alt öğe sayısı.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

[C++]

HRESULT IVsProfileSettingsTree::GetChildCount(

[out] int *pCount

);

Şunlara uygulanır