TextDataModelContentTypeChangedEventArgs::BeforeContentType Property

 

Gets the IContentType of the ITextDataModel before the change.

Namespace:   Microsoft.VisualStudio.Text
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.

Return to top
Show: