Compartilhar via


Propriedade GraphBufferContentTypeChangedEventArgs.AfterContentType

Obtém o IContentType após a alteração.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
Public ReadOnly Property AfterContentType As IContentType
public IContentType AfterContentType { get; }
public:
property IContentType^ AfterContentType {
    IContentType^ get ();
}
member AfterContentType : IContentType with get
function get AfterContentType () : IContentType

Valor de propriedade

Tipo: Microsoft.VisualStudio.Utilities.IContentType
O IContentType após a alteração.

Segurança do .NET Framework

Consulte também

Referência

GraphBufferContentTypeChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Projection