TextDataModelContentTypeChangedEventArgs(IContentType, IContentType) Конструктор

Определение

Создает документ TextDataModelContentTypeChangedEventArgs.

public:
 TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType ^ beforeContentType, Microsoft::VisualStudio::Utilities::IContentType ^ afterContentType);
public:
 TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType ^ beforeContentType, Microsoft::VisualStudio::Utilities::IContentType ^ afterContentType);
 TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType const & beforeContentType, Microsoft::VisualStudio::Utilities::IContentType const & afterContentType);
public TextDataModelContentTypeChangedEventArgs (Microsoft.VisualStudio.Utilities.IContentType beforeContentType, Microsoft.VisualStudio.Utilities.IContentType afterContentType);
new Microsoft.VisualStudio.Text.TextDataModelContentTypeChangedEventArgs : Microsoft.VisualStudio.Utilities.IContentType * Microsoft.VisualStudio.Utilities.IContentType -> Microsoft.VisualStudio.Text.TextDataModelContentTypeChangedEventArgs
Public Sub New (beforeContentType As IContentType, afterContentType As IContentType)

Параметры

beforeContentType
IContentType

Тип IContentType до изменения.

afterContentType
IContentType

Тип IContentType после изменения.

Применяется к