IVsTextLayerMarker.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 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.