Freigeben über


ContentTypeChangedEventArgs.BeforeContentType-Eigenschaft

Der IContentType vor der Änderung.

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

Syntax

'Declaration
Public ReadOnly Property BeforeContentType As IContentType
public IContentType BeforeContentType { get; }
public:
property IContentType^ BeforeContentType {
    IContentType^ get ();
}
member BeforeContentType : IContentType with get
function get BeforeContentType () : IContentType

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ContentTypeChangedEventArgs Klasse

Microsoft.VisualStudio.Text-Namespace