Partager via


IVsHiddenRegion.GetType, méthode

Retourne le type masqué de zone (autrement dit, masquées ou réductible).

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

Syntaxe

'Déclaration
Function GetType ( _
    <OutAttribute> ByRef piHiddenRegionType As Integer _
) As Integer
int GetType(
    out int piHiddenRegionType
)
int GetType(
    [OutAttribute] int% piHiddenRegionType
)
abstract GetType : 
        piHiddenRegionType:int byref -> int
function GetType(
    piHiddenRegionType : int
) : int

Paramètres

  • piHiddenRegionType
    Type : Int32%

    [out] pointeur au type masqué de zone. Pour plus d'informations, consultez HIDDEN_REGION_TYPE.

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::GetType(
   [out] long *piHiddenRegionType
);

Le type masqué de zone détermine si la zone est cachée (masqué) ou réductible (avec contour). Le type est une propriété permanente de la zone masquée.

Sécurité .NET Framework

Voir aussi

Référence

IVsHiddenRegion Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms