IVsTextLayerMarker.GetType(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le type de marqueur.
public:
int GetType([Runtime::InteropServices::Out] int % piMarkerType);
int GetType([Runtime::InteropServices::Out] int & piMarkerType);
public int GetType (out int piMarkerType);
abstract member GetType : int -> int
Public Function GetType (ByRef piMarkerType As Integer) As Integer
Paramètres
- piMarkerType
- Int32
à Type de marqueur.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Implémente
Remarques
Signature COM
À partir de textmgr. idl :
HRESULT IVsTextLayerMarker::GetType(
[out] long *piMarkerType
);