ContentTypeChangedEventArgs.BeforeContentType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IContentType before the change occurred.
public:
property Microsoft::VisualStudio::Utilities::IContentType ^ BeforeContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public:
property Microsoft::VisualStudio::Utilities::IContentType ^ BeforeContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public Microsoft.VisualStudio.Utilities.IContentType BeforeContentType { get; }
member this.BeforeContentType : Microsoft.VisualStudio.Utilities.IContentType
Public ReadOnly Property BeforeContentType As IContentType
Property Value
The content type before the change.