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
textBuffer
Type : Microsoft.VisualStudio.Text.ITextBufferITextBuffer dont le IContentType a changé.
beforeContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType avant modification.
afterContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType après modification.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Un d'textBuffer, beforeContentType, ou afterContentType est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.