ITextBufferContentTypeListener.ContentTypeChanged Yöntem

Tanım

ITextBuffer ContentType Bu DıŞARı aktarmanın MEF özniteliklerinde listelenen içerik türlerinden birini ya da herhangi biri olarak değiştirildiğinde çağırılır.

public:
 void ContentTypeChanged(Microsoft::VisualStudio::Text::ITextBuffer ^ buffer, Microsoft::VisualStudio::Utilities::IContentType ^ oldContentType, Microsoft::VisualStudio::Utilities::IContentType ^ newContentType);
public void ContentTypeChanged (Microsoft.VisualStudio.Text.ITextBuffer buffer, Microsoft.VisualStudio.Utilities.IContentType oldContentType, Microsoft.VisualStudio.Utilities.IContentType newContentType);
abstract member ContentTypeChanged : Microsoft.VisualStudio.Text.ITextBuffer * Microsoft.VisualStudio.Utilities.IContentType * Microsoft.VisualStudio.Utilities.IContentType -> unit
Public Sub ContentTypeChanged (buffer As ITextBuffer, oldContentType As IContentType, newContentType As IContentType)

Parametreler

buffer
ITextBuffer
oldContentType
IContentType
newContentType
IContentType

Şunlara uygulanır