IVsTextViewCreationListener.VsTextViewCreated 方法
在已建立並初始化 IVsTextView 配接器時呼叫。
命名空間: Microsoft.VisualStudio.Editor
組件: Microsoft.VisualStudio.Editor (在 Microsoft.VisualStudio.Editor.dll 中)
語法
'宣告
Sub VsTextViewCreated ( _
textViewAdapter As IVsTextView _
)
void VsTextViewCreated(
IVsTextView textViewAdapter
)
void VsTextViewCreated(
IVsTextView^ textViewAdapter
)
abstract VsTextViewCreated :
textViewAdapter:IVsTextView -> unit
function VsTextViewCreated(
textViewAdapter : IVsTextView
)
參數
textViewAdapter
類型:IVsTextView新建並初始化的文字檢視配接器。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。