IVsTextStreamMarker.SetVisualStyle(UInt32) Method

Definition

Sets the visual style of a marker type.

public:
 int SetVisualStyle(System::UInt32 dwFlags);
public:
 int SetVisualStyle(unsigned int dwFlags);
int SetVisualStyle(unsigned int dwFlags);
public int SetVisualStyle (uint dwFlags);
abstract member SetVisualStyle : uint32 -> int
Public Function SetVisualStyle (dwFlags As UInteger) As Integer

Parameters

dwFlags
UInt32

[in] DWORD for the visual style flags. For a list of pdwFlags values, see MARKERVISUAL.

Returns

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

Implements

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextStreamMarker::SetVisualStyle(  
   [in] DWORD dwFlags  
);  

Applies to