Compartilhar via


Propriedade GraphBufferContentTypeChangedEventArgs.BeforeContentType

Obtém o IContentType antes da alteração.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Utilities.IContentType
O IContentType antes da alteração.

Segurança do .NET Framework

Consulte também

Referência

GraphBufferContentTypeChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Text.Projection