ISymbolWriter.SetUnderlyingWriter(IntPtr) 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.
Définit le ISymUnmanagedWriter
sous-jacent (l'interface non managée correspondante) utilisé par un ISymbolWriter managé pour émettre des symboles.
public:
void SetUnderlyingWriter(IntPtr underlyingWriter);
public void SetUnderlyingWriter (IntPtr underlyingWriter);
abstract member SetUnderlyingWriter : nativeint -> unit
Public Sub SetUnderlyingWriter (underlyingWriter As IntPtr)
Paramètres
- underlyingWriter
-
IntPtr
nativeint
Pointeur vers du code qui représente le writer sous-jacent.
Remarques
Le sous-jacent ISymUnmanagedWriter
(interface non managée correspondante) représente un enregistreur de symboles pour le code managé. L’interface fournit des méthodes pour définir des documents, des points de séquence, des étendues lexicales et des variables.