Condividi tramite


Metodo IVsSyntheticRegion.GetMarkerType

Ottiene il tipo del marcatore.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function GetMarkerType ( _
    <OutAttribute> ByRef piMarkerType As Integer _
) As Integer
int GetMarkerType(
    out int piMarkerType
)
int GetMarkerType(
    [OutAttribute] int% piMarkerType
)
abstract GetMarkerType : 
        piMarkerType:int byref -> int
function GetMarkerType(
    piMarkerType : int
) : int

Parametri

  • piMarkerType
    Tipo: Int32%

    [out] vedere SYNTHETIC_REGION_TYPE enum

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsSyntheticRegion Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop