TextDataModelContentTypeChangedEventArgs(IContentType, IContentType) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Constrói um 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)
Parâmetros
- beforeContentType
- IContentType
O IContentType antes da alteração.
- afterContentType
- IContentType
O IContentType após a alteração.