Share via


IVsTextMarkerType.GetBehaviorFlags, méthode

Balises de comportement de marque de retours, qui définissent le comportement par défaut de marque.

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

Syntaxe

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

Paramètres

  • pdwFlags
    Type : UInt32%

    [out] pointeur à un valeur DWORD contenant le comportement pour le type de marqueur. Pour une liste de valeurs d'pdwFlags, 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 IVsTextMarkerType::GetBehaviorFlags(
   [out] DWORD *pdwFlags
);

Pour le moment, des options de transmettre en continu uniquement et de ligne- fractionnement ligne-fractionnement sont prises en charge.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextMarkerType Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms