TextDataModelContentTypeChangedEventArgs::BeforeContentType Property
Visual Studio 2015
Gets the IContentType of the ITextDataModel before the change.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property IContentType^ BeforeContentType { [CompilerGeneratedAttribute] IContentType^ get(); [CompilerGeneratedAttribute] private: void set(IContentType^ value); }
Property Value
Type: Microsoft.VisualStudio.Utilities::IContentType^The IContentType of the ITextDataModel before the change.
Show: