Partager via


IVsHiddenTextSessionEx2.StartOutlining, méthode

Indique l'éditeur de démarrer le mode Plan.

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

Syntaxe

'Déclaration
Function StartOutlining ( _
    fRemoveAdhoc As Integer _
) As Integer
int StartOutlining(
    int fRemoveAdhoc
)
int StartOutlining(
    [InAttribute] int fRemoveAdhoc
)
abstract StartOutlining : 
        fRemoveAdhoc:int -> int
function StartOutlining(
    fRemoveAdhoc : int
) : int

Paramètres

  • fRemoveAdhoc
    Type : Int32

    Si la valeur true, supprime les régions ad hoc.

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é.

Sécurité .NET Framework

Voir aussi

Référence

IVsHiddenTextSessionEx2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms