Compartir a través de


IVsTextViewEx.RemoveViewOnlyMarkerTypes (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Function RemoveViewOnlyMarkerTypes ( _
    iCountViewMarkerOnly As UInteger, _
    rgViewMarkerOnly As UInteger() _
) As Integer
int RemoveViewOnlyMarkerTypes(
    uint iCountViewMarkerOnly,
    uint[] rgViewMarkerOnly
)
int RemoveViewOnlyMarkerTypes(
    [InAttribute] unsigned int iCountViewMarkerOnly, 
    [InAttribute] array<unsigned int>^ rgViewMarkerOnly
)
abstract RemoveViewOnlyMarkerTypes : 
        iCountViewMarkerOnly:uint32 * 
        rgViewMarkerOnly:uint32[] -> int
function RemoveViewOnlyMarkerTypes(
    iCountViewMarkerOnly : uint, 
    rgViewMarkerOnly : uint[]
) : int

Parámetros

  • iCountViewMarkerOnly
    Tipo: UInt32
  • rgViewMarkerOnly
    Tipo: array<UInt32[]

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextViewEx Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)