PreContentChangedEventArgs Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.