Partager via


IVsHiddenTextSessionEx.AddHiddenRegionsEx, méthode

Ajoute des objets d'IVsHiddenRegionEx.

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

Syntaxe

'Déclaration
Function AddHiddenRegionsEx ( _
    dwUpdateFlags As UInteger, _
    cRegions As Integer, _
    rgHidReg As NewHiddenRegionEx(), _
    <OutAttribute> ByRef ppEnum As IVsEnumHiddenRegions _
) As Integer
int AddHiddenRegionsEx(
    uint dwUpdateFlags,
    int cRegions,
    NewHiddenRegionEx[] rgHidReg,
    out IVsEnumHiddenRegions ppEnum
)
int AddHiddenRegionsEx(
    [InAttribute] unsigned int dwUpdateFlags, 
    [InAttribute] int cRegions, 
    [InAttribute] array<NewHiddenRegionEx>^ rgHidReg, 
    [OutAttribute] IVsEnumHiddenRegions^% ppEnum
)
abstract AddHiddenRegionsEx : 
        dwUpdateFlags:uint32 * 
        cRegions:int * 
        rgHidReg:NewHiddenRegionEx[] * 
        ppEnum:IVsEnumHiddenRegions byref -> int
function AddHiddenRegionsEx(
    dwUpdateFlags : uint, 
    cRegions : int, 
    rgHidReg : NewHiddenRegionEx[], 
    ppEnum : IVsEnumHiddenRegions
) : int

Paramètres

  • dwUpdateFlags
    Type : UInt32

    [in] balises de mises à jour. Pour les informations sur des valeurs pour dwUpdateFlags consultez l'CHANGE_HIDDEN_REGION_FLAGS.

  • cRegions
    Type : Int32

    [in] nombre de régions à ajouter.

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 textmgr2.idl :

HRESULT IVsHiddenTextSessionEx::AddHiddenRegionsEx(
   [in] DWORD dwUpdateFlags,
   [in] long cRegions,
   [in, size_is(cRegions)] NewHiddenRegionEx *rgHidReg,
   [out] IVsEnumHiddenRegions **ppEnum
);

Sécurité .NET Framework

Voir aussi

Référence

IVsHiddenTextSessionEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms