IVsProfileSettingsFileCollection.GetCount(Int32) Yöntem

Tanım

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

Parametreler

pCount
Int32

dışı

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

Şunlara uygulanır