Partager via


IVsTextMarkerContextProvider.RemoveLastContext, méthode

Déconseillé. Ne pas utiliser.

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

Syntaxe

'Déclaration
Function RemoveLastContext ( _
    dwReserved As UInteger, _
    pUC As Object _
) As Integer
int RemoveLastContext(
    uint dwReserved,
    Object pUC
)
int RemoveLastContext(
    unsigned int dwReserved, 
    Object^ pUC
)
abstract RemoveLastContext : 
        dwReserved:uint32 * 
        pUC:Object -> int
function RemoveLastContext(
    dwReserved : uint, 
    pUC : Object
) : int

Paramètres

  • dwReserved
    Type : UInt32

    Ne pas utiliser.

  • pUC
    Type : Object

    Ne pas utiliser.

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextMarkerContextProvider Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms