IVsTextLayerMarker.GetVisualStyle(UInt32) 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 style visuel d'un marqueur.
public:
int GetVisualStyle([Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetVisualStyle([Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetVisualStyle (out uint pdwFlags);
abstract member GetVisualStyle : uint32 -> int
Public Function GetVisualStyle (ByRef pdwFlags As UInteger) As Integer
Paramètres
- pdwFlags
- UInt32
[out] Style visuel du 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::GetVisualStyle(
[out] DWORD *pdwFlags
);