Partilhar via


Método IVsTextLayerMarker.SetType

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function SetType ( _
    iMarkerType As Integer _
) As Integer
int SetType(
    int iMarkerType
)
int SetType(
    [InAttribute] int iMarkerType
)
abstract SetType : 
        iMarkerType:int -> int
function SetType(
    iMarkerType : int
) : int

Parâmetros

  • iMarkerType
    Tipo: Int32

    [in]

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextLayerMarker::SetType(
   [in] long iMarkerType
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextLayerMarker Interface

Namespace Microsoft.VisualStudio.TextManager.Interop