ContentTypeChangedEventArgs, constructeur
Initialise une nouvelle instance de ContentTypeChangedEventArgs avec les instantanés d'avant et d'après et les types de contenus d'avant et d'après spécifiés.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Public Sub New ( _
beforeSnapshot As ITextSnapshot, _
afterSnapshot As ITextSnapshot, _
beforeContentType As IContentType, _
afterContentType As IContentType, _
editTag As Object _
)
public ContentTypeChangedEventArgs(
ITextSnapshot beforeSnapshot,
ITextSnapshot afterSnapshot,
IContentType beforeContentType,
IContentType afterContentType,
Object editTag
)
public:
ContentTypeChangedEventArgs(
ITextSnapshot^ beforeSnapshot,
ITextSnapshot^ afterSnapshot,
IContentType^ beforeContentType,
IContentType^ afterContentType,
Object^ editTag
)
new :
beforeSnapshot:ITextSnapshot *
afterSnapshot:ITextSnapshot *
beforeContentType:IContentType *
afterContentType:IContentType *
editTag:Object -> ContentTypeChangedEventArgs
public function ContentTypeChangedEventArgs(
beforeSnapshot : ITextSnapshot,
afterSnapshot : ITextSnapshot,
beforeContentType : IContentType,
afterContentType : IContentType,
editTag : Object
)
Paramètres
beforeSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot le plus récent avant la modification.
afterSnapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotITextSnapshot immédiatement après la modification.
beforeContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType avant la modification.
afterContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType après la modification.
editTag
Type : ObjectObjet arbitraire associé à ce changement.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Un d'beforeSnapshot, afterSnapshot, 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.