VsTextLineStorageClass.Storage_Replace(ChangeInput[], TextSpan[]) Yöntem
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.
Metni değiştirin/değiştirin.
public:
virtual int Storage_Replace(cli::array <Microsoft::VisualStudio::TextManager::Interop::ChangeInput> ^ pCI, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsOut) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_Replace;
virtual int Storage_Replace(std::Array <Microsoft::VisualStudio::TextManager::Interop::ChangeInput> const & pCI, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ptsOut);
public virtual int Storage_Replace (Microsoft.VisualStudio.TextManager.Interop.ChangeInput[] pCI, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ptsOut);
abstract member Storage_Replace : Microsoft.VisualStudio.TextManager.Interop.ChangeInput[] * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
override this.Storage_Replace : Microsoft.VisualStudio.TextManager.Interop.ChangeInput[] * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Overridable Function Storage_Replace (pCI As ChangeInput(), ptsOut As TextSpan()) As Integer
Parametreler
- pCI
- ChangeInput[]
'ndaki Değişiklik/değiştirme isteğiyle ilgili bilgiler.
- ptsOut
- TextSpan[]
dışı Değiştirilen metin aralığı.
Döndürülenler
Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.