GraphBufferContentTypeChangedEventArgs.AfterContentType Property

Definition

The IContentType after the change.

public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ AfterContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public:
 property Microsoft::VisualStudio::Utilities::IContentType ^ AfterContentType { Microsoft::VisualStudio::Utilities::IContentType ^ get(); };
public Microsoft.VisualStudio.Utilities.IContentType AfterContentType { get; }
member this.AfterContentType : Microsoft.VisualStudio.Utilities.IContentType
Public ReadOnly Property AfterContentType As IContentType

Property Value

The IContentType after the change.

Applies to