IVsTextLineMarker.SetVisualStyle(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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] The MARKERVISUAL.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
C++
From textmgr.idl:
HRESULT IVsTextLineMarker::SetVisualStyle(
[in] DWORD dwFlags
);