TextDataModelContentTypeChangedEventArgs.AfterContentType Property

Gets the IContentType of the ITextDataModel after the change.

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

Syntax

'Declaration
Public Property AfterContentType As IContentType
public IContentType AfterContentType { get; private set; }
public:
property IContentType^ AfterContentType {
    IContentType^ get ();
    private: void set (IContentType^ value);
}
member AfterContentType : IContentType with get, private set
function get AfterContentType () : IContentType
private function set AfterContentType (value : IContentType)

Property Value

Type: Microsoft.VisualStudio.Utilities.IContentType
The IContentType of the ITextDataModel after the change.

.NET Framework Security

See Also

Reference

TextDataModelContentTypeChangedEventArgs Class

Microsoft.VisualStudio.Text Namespace