IVsEnumHiddenRegions.GetCount (Método)
Devuelve el número total de regiones ocultas en el búfer de texto.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxis
'Declaración
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] Número de regiones ocultas en el búfer de texto.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.
Comentarios
Prototipo COM
de textmgr.idl:
[C++]
HRESULT IVsEnumHiddenRegions::GetCount(
[out] ULONG *pcRegions
);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)