PreContentChangedEventArgs Oluşturucu

Tanım

Yeni bir örneğini başlatır PreContentChangedEventArgs .

public:
 PreContentChangedEventArgs(Microsoft::VisualStudio::Text::ITextSnapshot ^ beforeSnapshot, Microsoft::VisualStudio::Text::INormalizedTextChangeCollection ^ changes);
public PreContentChangedEventArgs (Microsoft.VisualStudio.Text.ITextSnapshot beforeSnapshot, Microsoft.VisualStudio.Text.INormalizedTextChangeCollection changes);
new Microsoft.VisualStudio.Text.PreContentChangedEventArgs : Microsoft.VisualStudio.Text.ITextSnapshot * Microsoft.VisualStudio.Text.INormalizedTextChangeCollection -> Microsoft.VisualStudio.Text.PreContentChangedEventArgs
Public Sub New (beforeSnapshot As ITextSnapshot, changes As INormalizedTextChangeCollection)

Parametreler

beforeSnapshot
ITextSnapshot

Değişiklikten önceki bir metin anlık görüntüsü.

changes
INormalizedTextChangeCollection

Değişiklik koleksiyonu.

Şunlara uygulanır