IVsTextStreamMarker.GetType(Int32) Method

Definition

Returns a text marker type.

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

Parameters

piMarkerType
Int32

[out] Pointer to integer value representing the marker type.

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 IVsTextStreamMarker::GetType(  
   [out] long *piMarkerType  
);  

To be written.

Applies to