IVsTextViewEx.RemoveViewOnlyMarkerTypes, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

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

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms