Freigeben über


ContentTypeChangedEventArgs.AfterContentType-Eigenschaft

Der IContentType nach der Änderung.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
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

Eigenschaftswert

Typ: Microsoft.VisualStudio.Utilities.IContentType
Der Inhaltstyp nach der Änderung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ContentTypeChangedEventArgs Klasse

Microsoft.VisualStudio.Text-Namespace