IVsTextMarkerType.GetBehaviorFlags(UInt32) Method

Definition

Returns marker behavior flags, which define the default marker behavior.

public:
 int GetBehaviorFlags([Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetBehaviorFlags([Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetBehaviorFlags (out uint pdwFlags);
abstract member GetBehaviorFlags : uint32 -> int
Public Function GetBehaviorFlags (ByRef pdwFlags As UInteger) As Integer

Parameters

pdwFlags
UInt32

[out] Pointer to a DWORD containing the behavior for the marker type. For a list of pdwFlags values, see MARKERBEHAVIORFLAGS.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextMarkerType::GetBehaviorFlags(  
   [out] DWORD *pdwFlags  
);  

For now, only streaming and line-spanning options are supported.

Applies to