Condividi tramite


Metodo IVsTextLineMarker.GetType

Restituisce un tipo del marcatore di testo.

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

Sintassi

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

Parametri

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLineMarker Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop