Partilhar via


Método IVsTextViewEx.RemoveViewOnlyMarkerTypes

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

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewEx Interface

Namespace Microsoft.VisualStudio.TextManager.Interop