Share via


IVsHiddenTextSessionEx2.StartOutlining Method

Tells the editor to start outlining.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)

Syntax

'Declaration
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

Parameters

  • fRemoveAdhoc
    Type: System.Int32

    If true, removes ad-hoc regions.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsHiddenTextSessionEx2 Interface

Microsoft.VisualStudio.TextManager.Interop Namespace