IVsTextLayerMarker.SetVisualStyle(UInt32) Method

Definition

Sets the marker visual style.

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] The marker visual style.

Returns

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

Implements

Remarks

C++

From textmgr.idl:

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

Note

The settings made when you call SetVisualStyle are lost if you call SetType.

Applies to