TextDataModelContentTypeChangedEventArgs, constructeur
Initialise une nouvelle instance de TextDataModelContentTypeChangedEventArgs.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)
Syntaxe
'Déclaration
Public Sub New ( _
beforeContentType As IContentType, _
afterContentType As IContentType _
)
public TextDataModelContentTypeChangedEventArgs(
IContentType beforeContentType,
IContentType afterContentType
)
public:
TextDataModelContentTypeChangedEventArgs(
IContentType^ beforeContentType,
IContentType^ afterContentType
)
new :
beforeContentType:IContentType *
afterContentType:IContentType -> TextDataModelContentTypeChangedEventArgs
public function TextDataModelContentTypeChangedEventArgs(
beforeContentType : IContentType,
afterContentType : IContentType
)
Paramètres
beforeContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType du ITextDataModel avant la modification.
afterContentType
Type : Microsoft.VisualStudio.Utilities.IContentTypeIContentType du ITextDataModel après la modification.
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.