IVsSyntheticRegion.GetMarkerType(Int32) Method

Definition

Gets the marker type for the region.

public:
 int GetMarkerType([Runtime::InteropServices::Out] int % piMarkerType);
int GetMarkerType([Runtime::InteropServices::Out] int & piMarkerType);
public int GetMarkerType (out int piMarkerType);
abstract member GetMarkerType : int -> int
Public Function GetMarkerType (ByRef piMarkerType As Integer) As Integer

Parameters

piMarkerType
Int32

[out] The region’s marker type. See SYNTHETIC_REGION_TYPE enum.

Returns

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

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsSyntheticRegion::GetMarkerType(  
   [out] long *piMarkerType  
);  

Applies to