Partager via


IVsSyntheticRegion.GetBehavior, méthode

Obtient le comportement de la zone.

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

Syntaxe

'Déclaration
Function GetBehavior ( _
    <OutAttribute> ByRef pdwBehavior As UInteger _
) As Integer
int GetBehavior(
    out uint pdwBehavior
)
int GetBehavior(
    [OutAttribute] unsigned int% pdwBehavior
)
abstract GetBehavior : 
        pdwBehavior:uint32 byref -> int
function GetBehavior(
    pdwBehavior : uint
) : int

Paramètres

  • pdwBehavior
    Type : UInt32%

    [out] pointeur à un valeur DWORD contenant le comportement de la zone. Pour une liste de valeurs d'pdwBehavior, consultez l'MARKERBEHAVIORFLAGS.

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 IVsSyntheticRegion::GetBehavior(
   out] DWORD *pdwBehavior
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSyntheticRegion Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms