IVsTextMarker.SetType(Int32) Método

Definição

Define um tipo de marcador de texto.

public:
 int SetType(int iMarkerType);
public:
 int SetType(int iMarkerType);
int SetType(int iMarkerType);
public int SetType (int iMarkerType);
abstract member SetType : int -> int
Public Function SetType (iMarkerType As Integer) As Integer

Parâmetros

iMarkerType
Int32

no Inteiro que contém o tipo de marcador a ser definido.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

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

Aplica-se a