IVsProfileSettingsFileCollection.GetCount(Int32) Method

Definition

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

Parameters

pCount
Int32

[out]

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

Applies to