IVsTextMarker.SetType(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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
);