IVsTextLayerMarker.GetVisualStyle(UInt32) Méthode

Définition

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

Int32

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  
);  

S’applique à