Partager via


GraphBufferContentTypeChangedEventArgs, constructeur

Initialise une nouvelle instance du GraphBufferContentTypeChangedEventArgs avec la mémoire tampon de texte spécifiée et les anciens et nouveaux types de contenus.

Espace de noms :  Microsoft.VisualStudio.Text.Projection
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    textBuffer As ITextBuffer, _
    beforeContentType As IContentType, _
    afterContentType As IContentType _
)
public GraphBufferContentTypeChangedEventArgs(
    ITextBuffer textBuffer,
    IContentType beforeContentType,
    IContentType afterContentType
)
public:
GraphBufferContentTypeChangedEventArgs(
    ITextBuffer^ textBuffer, 
    IContentType^ beforeContentType, 
    IContentType^ afterContentType
)
new : 
        textBuffer:ITextBuffer * 
        beforeContentType:IContentType * 
        afterContentType:IContentType -> GraphBufferContentTypeChangedEventArgs
public function GraphBufferContentTypeChangedEventArgs(
    textBuffer : ITextBuffer, 
    beforeContentType : IContentType, 
    afterContentType : IContentType
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Un d'textBuffer, beforeContentType, ou afterContentType est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

GraphBufferContentTypeChangedEventArgs Classe

Microsoft.VisualStudio.Text.Projection, espace de noms