IVsTextLayerMarker.GetVisualStyle(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.
Returns the visual style of a marker.
public:
int GetVisualStyle([Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetVisualStyle([Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetVisualStyle (out uint pdwFlags);
abstract member GetVisualStyle : uint32 -> int
Public Function GetVisualStyle (ByRef pdwFlags As UInteger) As Integer
Parameters
- pdwFlags
- UInt32
[out] Visual style of the marker.
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 IVsTextLayerMarker::GetVisualStyle(
[out] DWORD *pdwFlags
);