VsSyntheticTextLayerClass.AddSyntheticRegions Method

Adds synthetic text sessions.

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

Syntax

'Declaration
Public Overridable Function AddSyntheticRegions ( _
    dwUpdateFlags As UInteger, _
    cRegions As Integer, _
    rgSynthReg As NewSyntheticRegion(), _
    <OutAttribute> ppEnum As IVsEnumSyntheticRegions() _
) As Integer
'Usage
Dim instance As VsSyntheticTextLayerClass 
Dim dwUpdateFlags As UInteger 
Dim cRegions As Integer 
Dim rgSynthReg As NewSyntheticRegion()
Dim ppEnum As IVsEnumSyntheticRegions()
Dim returnValue As Integer 

returnValue = instance.AddSyntheticRegions(dwUpdateFlags, _
    cRegions, rgSynthReg, ppEnum)
public virtual int AddSyntheticRegions(
    uint dwUpdateFlags,
    int cRegions,
    NewSyntheticRegion[] rgSynthReg,
    IVsEnumSyntheticRegions[] ppEnum
)
public:
virtual int AddSyntheticRegions(
    [InAttribute] unsigned int dwUpdateFlags, 
    [InAttribute] int cRegions, 
    [InAttribute] array<NewSyntheticRegion>^ rgSynthReg, 
    [OutAttribute] array<IVsEnumSyntheticRegions^>^ ppEnum
)
public function AddSyntheticRegions(
    dwUpdateFlags : uint, 
    cRegions : int, 
    rgSynthReg : NewSyntheticRegion[], 
    ppEnum : IVsEnumSyntheticRegions[]
) : int

Parameters

  • cRegions
    Type: System.Int32

    [in] Number of regions to add.

Return Value

Type: System.Int32

Implements

IVsSyntheticTextSession.AddSyntheticRegions(UInt32, Int32, array<NewSyntheticRegion[], array<IVsEnumSyntheticRegions[])

.NET Framework Security

See Also

Reference

VsSyntheticTextLayerClass Class

VsSyntheticTextLayerClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace