ContentTypeChangedEventArgs.AfterContentType, propriété
IContentType après la modification.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AfterContentType As IContentType
public IContentType AfterContentType { get; }
public:
property IContentType^ AfterContentType {
IContentType^ get ();
}
member AfterContentType : IContentType with get
function get AfterContentType () : IContentType
Valeur de propriété
Type : Microsoft.VisualStudio.Utilities.IContentType
Type de contenu 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.