Metodo VsTextManagerClass.GetMarkerTypeInterface
Esegue il mapping di un tipo ID numerico del marcatore a un'interfaccia che può essere utilizzata da sondare per informazioni specifiche.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Public Overridable Function GetMarkerTypeInterface ( _
iMarkerTypeID As Integer, _
<OutAttribute> ByRef ppMarkerType As IVsTextMarkerType _
) As Integer
public virtual int GetMarkerTypeInterface(
int iMarkerTypeID,
out IVsTextMarkerType ppMarkerType
)
public:
virtual int GetMarkerTypeInterface(
[InAttribute] int iMarkerTypeID,
[OutAttribute] IVsTextMarkerType^% ppMarkerType
)
abstract GetMarkerTypeInterface :
iMarkerTypeID:int *
ppMarkerType:IVsTextMarkerType byref -> int
override GetMarkerTypeInterface :
iMarkerTypeID:int *
ppMarkerType:IVsTextMarkerType byref -> int
public function GetMarkerTypeInterface(
iMarkerTypeID : int,
ppMarkerType : IVsTextMarkerType
) : int
Parametri
iMarkerTypeID
Tipo: Int32[in] Il tipo ID del marcatore, ad esempio da GetType.
ppMarkerType
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerType%[out] Puntatore a IVsTextMarkerType interfaccia, cui viene fatto riferimento con AddReferernce.
Valore restituito
Tipo: Int32
Implementa
IVsTextManager.GetMarkerTypeInterface(Int32, IVsTextMarkerType%)
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.