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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.