Partilhar via


Método IVsEnumSyntheticRegions.GetCount

Retorna a contagem total de regiões sintéticos na seqüência de enumeração.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function GetCount ( _
    <OutAttribute> ByRef pcRegions As UInteger _
) As Integer
int GetCount(
    out uint pcRegions
)
int GetCount(
    [OutAttribute] unsigned int% pcRegions
)
abstract GetCount : 
        pcRegions:uint32 byref -> int
function GetCount(
    pcRegions : uint
) : int

Parâmetros

  • pcRegions
    Tipo: UInt32%

    [out] Contagem total de regiões sintéticos na seqüência de enumeração.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

[C++]

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

Segurança do .NET Framework

Consulte também

Referência

IVsEnumSyntheticRegions Interface

Namespace Microsoft.VisualStudio.TextManager.Interop