Partager via


GraphBufferContentTypeChangedEventArgs.BeforeContentType, propriété

Obtient IContentType avant la modification.

Espace de noms :  Microsoft.VisualStudio.Text.Projection
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Utilities.IContentType
IContentType avant modification.

Sécurité .NET Framework

Voir aussi

Référence

GraphBufferContentTypeChangedEventArgs Classe

Microsoft.VisualStudio.Text.Projection, espace de noms