Partilhar via


Método IVsTextViewEx.AppendViewOnlyMarkerTypes

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

Sintaxe

'Declaração
Function AppendViewOnlyMarkerTypes ( _
    iCountViewMarkerOnly As UInteger, _
    rgViewMarkerOnly As UInteger() _
) As Integer
int AppendViewOnlyMarkerTypes(
    uint iCountViewMarkerOnly,
    uint[] rgViewMarkerOnly
)
int AppendViewOnlyMarkerTypes(
    [InAttribute] unsigned int iCountViewMarkerOnly, 
    [InAttribute] array<unsigned int>^ rgViewMarkerOnly
)
abstract AppendViewOnlyMarkerTypes : 
        iCountViewMarkerOnly:uint32 * 
        rgViewMarkerOnly:uint32[] -> int
function AppendViewOnlyMarkerTypes(
    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