IVsTextMarker.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] 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.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextMarker::SetVisualStyle(
[in] DWORD dwFlags
);