Partager via


IVsHiddenRegion.Invalidate, méthode

Supprime la zone masquée et expose le texte masqué dans l'affichage normal.

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

Syntaxe

'Déclaration
Function Invalidate ( _
    dwUpdate As UInteger _
) As Integer
int Invalidate(
    uint dwUpdate
)
int Invalidate(
    [InAttribute] unsigned int dwUpdate
)
abstract Invalidate : 
        dwUpdate:uint32 -> int
function Invalidate(
    dwUpdate : uint
) : int

Paramètres

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsHiddenRegion::Invalidate(
   [in] DWORD dwUpdate
);

Cette méthode supprime la zone masquée. Autrement dit, le texte est exposé et normale. Cette méthode est utilisée pour gérer supprimer les zones masquées.

Sécurité .NET Framework

Voir aussi

Référence

IVsHiddenRegion Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms