IVsEnumSyntheticRegions.GetCount(UInt32) Yöntem

Tanım

Numaralandırma dizisindeki yapay bölgelerin toplam sayısını döndürür.

public:
 int GetCount([Runtime::InteropServices::Out] System::UInt32 % pcRegions);
int GetCount([Runtime::InteropServices::Out] unsigned int & pcRegions);
public int GetCount (out uint pcRegions);
abstract member GetCount : uint32 -> int
Public Function GetCount (ByRef pcRegions As UInteger) As Integer

Parametreler

pcRegions
UInt32

dışı Numaralandırma dizisindeki yapay bölgelerin toplam 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ı

Textmgr. IDL dosyasından:

[C++]

HRESULT IVsEnumSyntheticRegions::GetCount(  
   [out] ULONG *pcRegions  
);  

Şunlara uygulanır